Skip to content

Commit 0d1ef63

Browse files
committed
Django is python
Django should have same ignores as python because it is python
1 parent 747efed commit 0d1ef63

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

Django.gitignore

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,40 @@
1+
# Django stuff:
12
*.log
23
*.pot
3-
*.pyc
4-
local_settings.py
4+
5+
# Python stuff:
6+
*.py[cod]
7+
8+
# C extensions
9+
*.so
10+
11+
# Packages
12+
*.egg
13+
*.egg-info
14+
dist
15+
build
16+
eggs
17+
parts
18+
bin
19+
var
20+
sdist
21+
develop-eggs
22+
.installed.cfg
23+
lib
24+
lib64
25+
26+
# Installer logs
27+
pip-log.txt
28+
29+
# Unit test / coverage reports
30+
.coverage
31+
.tox
32+
nosetests.xml
33+
34+
# Translations
35+
*.mo
36+
37+
# Mr Developer
38+
.mr.developer.cfg
39+
.project
40+
.pydevproject

0 commit comments

Comments
 (0)