added a django gitignore
Thought for a linux environment with vim editing (if not configured, vim will leave behind nasty temporal files)
This commit is contained in:
parent
fb3975e18c
commit
12bb040e2e
11
Django.gitignore
Normal file
11
Django.gitignore
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
#for python/django
|
||||||
|
*.log
|
||||||
|
static/uploaded/**/*
|
||||||
|
*.mo
|
||||||
|
*.pot
|
||||||
|
*.po
|
||||||
|
*.pyc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user