Browse Source

update .gitignore to ignore favicon and site-logo in /static/images.

These files are set during the site's first run and are personal to
the deployment. The repo. has no need to track these files.
stable
Craig Oates 2 years ago
parent
commit
0dc9c91795
  1. 4
      .gitignore

4
.gitignore vendored

@ -17,4 +17,6 @@
*.wx32fsl
*.db
/bin/
/storage/
/storage/
/static/images/favicon.*
/static/images/site-logo.*
Loading…
Cancel
Save