1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 05:34:21 +01:00
gitignore/Django.gitignore
lfborjas 12bb040e2e added a django gitignore
Thought for a linux environment with vim editing
(if not configured, vim will leave behind nasty temporal files)
2010-11-09 06:42:05 +08:00

12 lines
84 B
Plaintext

*.swp
*.swo
*~
#for python/django
*.log
static/uploaded/**/*
*.mo
*.pot
*.po
*.pyc