aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-04-20 12:24:31 -0400
committerTeddy Wing2014-04-20 12:24:31 -0400
commitc82294dab0f5dbe21b9b041d10363c938b832189 (patch)
tree16e6a0b48e439671907577f384be6eeddf7bd507
parent54f49e431e7b4125e2d80f5fc800b08cb217ba64 (diff)
downloaddjango-sneak-peek-c82294dab0f5dbe21b9b041d10363c938b832189.tar.bz2
gitignore SQLite database
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7af5307..de437ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,7 @@ Resources/
# Files
*.pyc
+
+
+# Database
+*.sqlite3