SIGN IN SIGN UP
github / gitignore UNCLAIMED

A collection of useful .gitignore templates

0 0 1 Ignore List

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)
J
Jannis Leidel committed
42d3cf083f96adffa4de17ae9fc0c1643d93fe94
Parent: 534d7da