cleanup and tweak .gitignore for people who want to create symlinks right in their...
[myslice.git] / .gitignore
index 2f9285b..db80e62 100644 (file)
@@ -9,9 +9,11 @@ TAGS
 # these essentially are copies/links from other places
 /static/
 /templates/
-# various working files
-play/
-*.leftovers
-*.hide
-entrypoints.ongoing/
+# 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