瀏覽代碼

Add collected static files to ignores

Jake Howard 2 年之前
父節點
當前提交
acc119f39b
共有 4 個文件被更改,包括 4 次插入0 次删除
  1. 1 0
      .eslintignore
  2. 1 0
      .gitignore
  3. 1 0
      .prettierignore
  4. 1 0
      .stylelintignore

+ 1 - 0
.eslintignore

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

+ 1 - 0
.gitignore

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

+ 1 - 0
.prettierignore

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

+ 1 - 0
.stylelintignore

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