X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.gitignore;h=ed36fe74e7beb9638f0028be1f80184489ea16e4;hb=82d100c6795e6040cb7c244aac56ff2913ece5ff;hp=12688c5d756ee194e139b4c67a3320b7f80410a8;hpb=72587434bf584d3ab48542f95cada8b530600bd2;p=myslice.git diff --git a/.gitignore b/.gitignore index 12688c5d..ed36fe74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,17 @@ +# any local dbfile +*.sqlite3 +# the usual useless crap TAGS *.pyc -*.sqlite3 *~ -all-static/ -all-templates/ -play/ -sample-* +# 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