diff options
| author | Aymeric Augustin | 2013-10-14 22:48:32 +0200 |
|---|---|---|
| committer | Aymeric Augustin | 2013-10-14 23:30:04 +0200 |
| commit | 1af4317555c3c1d622f8811bf9b1517d409bfb55 (patch) | |
| tree | d51d17b09b2a4050c5a4e2eea7c3b831e110bc0b | |
| parent | e35b0310a5fb941f7439ebeebd261db708dfeafd (diff) | |
| download | django-debug-toolbar-1af4317555c3c1d622f8811bf9b1517d409bfb55.tar.bz2 | |
Ignore database for example project.
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,5 +2,6 @@ *.DS_Store *~ django_debug_toolbar.egg-info +example/db.sqlite3 /dist -/build
\ No newline at end of file +/build |
