more thoroughly disable default services; plus, various comments around
[myslice.git] / .gitignore
index db80e62..bb1d472 100644 (file)
@@ -1,7 +1,5 @@
 # any local dbfile
 *.sqlite3
-# here is a mode to 'record' the backend answers and replay them offline
-offline-*
 # the usual useless crap
 TAGS
 *.pyc
@@ -17,3 +15,7 @@ build/
 plugins/*/*.css
 plugins/*/*.js
 plugins/*/*.html
+# myslice.ini* is not intended to be under git as it may contain keys and other specifics
+myslice.ini*
+# other junk
+foo.*