Toss CLOUDFRONT_URL
[oweals/karmaworld.git] / .gitignore
index 981509e848d243cb65cfaefd72b99c3aa5119853..c668f082fb25adbabd4a389735f695e7083d6f0c 100644 (file)
@@ -1,10 +1,3 @@
-# Project secret files
-karmaworld/secret/*.py
-karmaworld/secret/*.json
-
-# ignore vagrant virtual machines
-.vagrant
-
 # Python bytecode:
 *.py[co]
 
@@ -41,9 +34,6 @@ venv
 vkarma
 beta
 
-# ignore south migrations
-migrations
-
 ## Django
 # deployment specific django files:
 local_settings.py
@@ -64,3 +54,15 @@ karmaworld/secret/*
 
 ## ctags
 .tags
+
+## USDE accreditation school CSV
+confs/accreditation.csv
+
+# Local SSL testing
+runserver_ssl
+stunnel
+
+# Heroku
+.env
+
+