Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index d97ae94..b35f4ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,8 @@
*.pyc
*.pyo
*.bak
-webapp/webapp/media/output/*.json
-webapp/webapp/env_settings.py \ No newline at end of file
+webapp/webapp/media/cache/
+webapp/webapp/media/image_options/*
+!webapp/webapp/media/image_options/empty
+webapp/webapp/env_settings.py
+database.db \ No newline at end of file