From acc119f39bd0591c4334361cbb43445c5257fe92 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 3 Feb 2023 09:59:47 +0000 Subject: [PATCH] Add collected static files to ignores --- .eslintignore | 1 + .gitignore | 1 + .prettierignore | 1 + .stylelintignore | 1 + 4 files changed, 4 insertions(+) diff --git a/.eslintignore b/.eslintignore index e2d872d..eb55762 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ node_modules venv .venv +bakerydemo/collect_static diff --git a/.gitignore b/.gitignore index f612d2d..28612ed 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ __pycache__ /.vagrant/ /Vagrantfile.local !.gitignore +bakerydemo/collect_static diff --git a/.prettierignore b/.prettierignore index 39bd1a1..e91c659 100644 --- a/.prettierignore +++ b/.prettierignore @@ -7,3 +7,4 @@ venv *.md # Files which contain incompatible syntax. *.html +bakerydemo/collect_static diff --git a/.stylelintignore b/.stylelintignore index 59f92a5..370aa43 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -2,3 +2,4 @@ node_modules venv .venv *.min.css +bakerydemo/collect_static