- commented debug
[myslice.git] / .gitignore
index 5c0ef9b..db80e62 100644 (file)
@@ -1,5 +1,19 @@
+# any local dbfile
+*.sqlite3
+# here is a mode to 'record' the backend answers and replay them offline
+offline-*
+# the usual useless crap
 TAGS
 *.pyc
-*.sqlite3
 *~
-all-static/
+# these essentially are copies/links from other places
+/static/
+/templates/
+# sequels of running setup.py
+build/
+# css, js and html stuff for plugins should comply with
+# the general django layout (templates/ and statics/{css,js}/)
+# however symlinks can be convenient in a work tree
+plugins/*/*.css
+plugins/*/*.js
+plugins/*/*.html