Browse Source

Update gitignore

Rafał Pitoń 6 years ago
parent
commit
25d9489c6e
1 changed files with 5 additions and 9 deletions
  1. 5 9
      .gitignore

+ 5 - 9
.gitignore

@@ -58,21 +58,17 @@ pylint.txt
 *.log
 *.log
 *.pot
 *.pot
 
 
-# GitBook Documentation
-_book/
-
-# Local development stuff
+# Local development files
 dev/
 dev/
 env/
 env/
 venv/
 venv/
-misago-admin.py
-db.sqlite3
 
 
-# Local development files
-/avatargallery/
+# Files and dirs created for devproject and testproject
 /avatar_store/
 /avatar_store/
-/manage.py
+/avatargallery/
 /devproject/
 /devproject/
 /testproject/
 /testproject/
 /media/
 /media/
 /static/
 /static/
+/userdata/
+/manage.py