Browse Source

update .gitignore to ignore the /snapshots directory.

This directory is created during the site's first run. This addition to
.gitignore stops the commit history from getting clogged up with irrelevant data
during development.
stable
Craig Oates 2 years ago
parent
commit
254500cad7
  1. 3
      .gitignore

3
.gitignore vendored

@ -22,4 +22,5 @@
/storage/snippets/
/storage/pages/
/static/images/favicon.*
/static/images/site-logo.*
/static/images/site-logo.*
/snapshots

Loading…
Cancel
Save