Browse Source

update .gitignore to ignore /static/images and /site-wide-snippet.

These files will be created and populated via the site first-run
set-up process. This should stop the commit history getting clogged up
with needless and irrelevant changes in these files.
stable
Craig Oates 2 years ago
parent
commit
e3471e82ea
  1. 2
      .gitignore

2
.gitignore vendored

@ -18,3 +18,5 @@
*.db
/bin/
/storage/
/static/images/
/static/site-wide-snippet

Loading…
Cancel
Save