Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Ignore list now includes .pyc files, db_sqlite3 files, and the migrations directory as requested by Jon and Mihaela.
  • Loading branch information
unh-webappdev authored Apr 5, 2018
1 parent dce5e2c commit fec3060
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,12 @@ ENV/

# private settings file
settings_private.py

# Python byte code
.pyc

# SQLite database.
/db/*.sqlite3

# Migrations
migrations/

0 comments on commit fec3060

Please sign in to comment.