remove duplicate courses to scoreboard counts
[oweals/karmaworld.git] / .gitignore
index eeda4784f1bcc36f37e6b8e8b166487dc3e166ac..c668f082fb25adbabd4a389735f695e7083d6f0c 100644 (file)
@@ -9,6 +9,10 @@
 *.swo
 *~
 
+# project cruft
+.ropeproject*
+.idea
+
 # Sphinx docs:
 build
 
@@ -27,9 +31,8 @@ log
 
 # virtual enviroment
 venv
-
-# ignore south migrations
-migrations
+vkarma
+beta
 
 ## Django
 # deployment specific django files:
@@ -38,7 +41,28 @@ local_settings.py
 karmaworld/media/
 # collected staticfiles
 karmaworld/static/
+# secret things
+karmaworld/secret/*
 
 ## OS X
 # thumbnail cache
 .DS_Store
+
+## Sublime Text 
+*.sublime-project
+*.sublime-workspace
+
+## ctags
+.tags
+
+## USDE accreditation school CSV
+confs/accreditation.csv
+
+# Local SSL testing
+runserver_ssl
+stunnel
+
+# Heroku
+.env
+
+