Commit 42d3cf0
committed
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)1 parent 534d7da commit 42d3cf0
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
4 | | - | |
5 | 2 | | |
6 | | - | |
7 | | - | |
| 3 | + | |
0 commit comments