aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-14 22:48:32 +0200
committerAymeric Augustin2013-10-14 23:30:04 +0200
commit1af4317555c3c1d622f8811bf9b1517d409bfb55 (patch)
treed51d17b09b2a4050c5a4e2eea7c3b831e110bc0b
parente35b0310a5fb941f7439ebeebd261db708dfeafd (diff)
downloaddjango-debug-toolbar-1af4317555c3c1d622f8811bf9b1517d409bfb55.tar.bz2
Ignore database for example project.
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 92f1aed..ebe1642 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,6 @@
*.DS_Store
*~
django_debug_toolbar.egg-info
+example/db.sqlite3
/dist
-/build \ No newline at end of file
+/build