Skip to content

Commit 42d3cf0

Browse files
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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Django.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#for python/django
21
*.log
3-
static/uploaded/**/*
4-
*.mo
52
*.pot
6-
*.pyc
7-
3+
local_settings.py

0 commit comments

Comments
 (0)