This website requires JavaScript.
Explore
Help
Sign In
docs
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore
synced
2024-11-01 01:28:44 +01:00
Code
Issues
Releases
Wiki
Activity
bfbd2f9f73
gitignore
/
Django.gitignore
5 lines
36 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added a django gitignore Thought for a linux environment with vim editing (if not configured, vim will leave behind nasty temporal files)
2010-11-08 22:48:41 +01:00
*.log
*.pot
Added .pyc to Django.gitignore
2011-04-02 04:44:05 +02:00
*.pyc
Updating Django gitignore for various reasons Removing: - static/uploaded/**/* since there is no default for upload paths (configurable) - *.mo because it's a best practice to keep them close to the po files and update before release - *.pyc since that's covered by the Python gitignore file Adding: - local_settings.py because it's a best practice for Django projects (next to settings.py)
2010-11-10 03:02:32 +01:00
local_settings.py
Reference in New Issue
Copy Permalink