mirror of
https://github.com/vale981/gitignore
synced 2025-03-06 02:11:42 -05:00

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)
3 lines
30 B
Text
3 lines
30 B
Text
*.log
|
|
*.pot
|
|
local_settings.py
|