Modified gitignore file
This commit is contained in:
parent
da70a6b400
commit
1d31a26bb8
8
.gitignore
vendored
8
.gitignore
vendored
@ -9,9 +9,9 @@ src/*$py.class
|
|||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
.Python
|
.Python
|
||||||
env/
|
env/
|
||||||
build/
|
src/build/
|
||||||
develop-eggs/
|
develop-eggs/
|
||||||
dist/
|
src/dist/
|
||||||
downloads/
|
downloads/
|
||||||
eggs/
|
eggs/
|
||||||
.eggs/
|
.eggs/
|
||||||
@ -45,10 +45,6 @@ coverage.xml
|
|||||||
*,cover
|
*,cover
|
||||||
.hypothesis/
|
.hypothesis/
|
||||||
|
|
||||||
# Translations
|
|
||||||
*.mo
|
|
||||||
*.pot
|
|
||||||
|
|
||||||
# Django stuff:
|
# Django stuff:
|
||||||
*.log
|
*.log
|
||||||
local_settings.py
|
local_settings.py
|
||||||
|
Loading…
Reference in New Issue
Block a user