X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=.gitignore;h=bd9a874d203875df15f0878e4930ceb9012ea399;hp=a7f44c4fd27a1e737e282256c6a4c99969a5b1f0;hb=HEAD;hpb=814c26b7693c50f9bb2a4e52e3000d9b8cc2ab80 diff --git a/.gitignore b/.gitignore index a7f44c4f..bd9a874d 100644 --- a/.gitignore +++ b/.gitignore @@ -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