2
0
Эх сурвалжийг харах

Add collected static files to ignores

Jake Howard 2 жил өмнө
parent
commit
acc119f39b

+ 1 - 0
.eslintignore

@@ -1,3 +1,4 @@
 node_modules
 node_modules
 venv
 venv
 .venv
 .venv
+bakerydemo/collect_static

+ 1 - 0
.gitignore

@@ -21,3 +21,4 @@ __pycache__
 /.vagrant/
 /.vagrant/
 /Vagrantfile.local
 /Vagrantfile.local
 !.gitignore
 !.gitignore
+bakerydemo/collect_static

+ 1 - 0
.prettierignore

@@ -7,3 +7,4 @@ venv
 *.md
 *.md
 # Files which contain incompatible syntax.
 # Files which contain incompatible syntax.
 *.html
 *.html
+bakerydemo/collect_static

+ 1 - 0
.stylelintignore

@@ -2,3 +2,4 @@ node_modules
 venv
 venv
 .venv
 .venv
 *.min.css
 *.min.css
+bakerydemo/collect_static