extremely rough sketch of querytable using slickgrid
[myslice.git] / .gitignore
index 8e93643..ed36fe7 100644 (file)
@@ -1,9 +1,17 @@
+# any local dbfile
+*.sqlite3
+# the usual useless crap
 TAGS
 *.pyc
-*.sqlite3
 *~
-all-static/
-all-templates/
-offline-*
-play/
-*.leftovers
+# 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