myslice.ini possible themes = onelab, fed4fire, fibre, smartfire
[myslice.git] / .gitignore
index a7f44c4..bd9a874 100644 (file)
@@ -1,16 +1,23 @@
 # any local dbfile
 *.sqlite3
-# here is a mode to 'record' the backend answers and replay them offline
-offline-*
 # the usual useless crap
 TAGS
 *.pyc
 *~
 # these essentially are copies/links from other places
-all-static/
-all-templates/
-django-static/
-# various working files
-play/
-*.leftovers
-entrypoints.ongoing/
+/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
+# myslice.ini* is not intended to be under git as it may contain keys and other specifics
+myslice.ini*
+# other junk
+foo.*
+.project
+.pydevproject