Homec4science

Updating Django gitignore for various reasons

Authored by Jannis Leidel <jannis@leidel.info> on Nov 10 2010, 03:02.

Description

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)

Details

Committed
Jannis Leidel <jannis@leidel.info>Nov 10 2010, 03:04
Pushed
aubortJul 2 2018, 16:12
Parents
rGITIGNORE534d7da8b6e1: Add ignore for hidden files in linux
Branches
Unknown
Tags
Unknown

Event Timeline

Jannis Leidel <jannis@leidel.info> committed rGITIGNORE42d3cf083f96: Updating Django gitignore for various reasons (authored by Jannis Leidel <jannis@leidel.info>).Nov 10 2010, 03:04