Updated .gitignore
This commit is contained in:
parent
d44da45668
commit
aac6d7c827
85
.gitignore
vendored
85
.gitignore
vendored
@ -1,13 +1,3 @@
|
|||||||
.idea/
|
|
||||||
*.iml
|
|
||||||
.vscode/
|
|
||||||
|
|
||||||
node_modules/
|
|
||||||
venv/
|
|
||||||
env/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.DS_Store?
|
.DS_Store?
|
||||||
._*
|
._*
|
||||||
@ -15,3 +5,78 @@ env/
|
|||||||
.Trashes
|
.Trashes
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
*.sqlite3
|
||||||
|
media/
|
||||||
|
*.pyc
|
||||||
|
*.db
|
||||||
|
*.pid
|
||||||
|
|
||||||
|
|
||||||
|
node_modules/
|
||||||
|
env/
|
||||||
|
|
||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
|
||||||
|
#pycharm
|
||||||
|
.idea
|
||||||
|
pycache
|
||||||
|
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
#src https://gist.github.com/santoshpurbey/6f982faf1eacdac153ffd86a3a694239
|
||||||
|
|
||||||
|
# Byte-compiled / optimized / DLL files
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
|
||||||
|
# Distribution / packaging
|
||||||
|
.Python
|
||||||
|
env/
|
||||||
|
build/
|
||||||
|
develop-eggs/
|
||||||
|
dist/
|
||||||
|
downloads/
|
||||||
|
eggs/
|
||||||
|
.eggs/
|
||||||
|
lib/
|
||||||
|
lib64/
|
||||||
|
parts/
|
||||||
|
sdist/
|
||||||
|
var/
|
||||||
|
wheels/
|
||||||
|
*.egg-info/
|
||||||
|
.installed.cfg
|
||||||
|
*.egg
|
||||||
|
|
||||||
|
# Unit test / coverage reports
|
||||||
|
htmlcov/
|
||||||
|
.tox/
|
||||||
|
.coverage
|
||||||
|
.coverage.*
|
||||||
|
.cache
|
||||||
|
nosetests.xml
|
||||||
|
coverage.xml
|
||||||
|
*.cover
|
||||||
|
.hypothesis/
|
||||||
|
|
||||||
|
# Django stuff:
|
||||||
|
*.log
|
||||||
|
local_settings.py
|
||||||
|
|
||||||
|
# virtualenv
|
||||||
|
.venv
|
||||||
|
venv/
|
||||||
|
ENV/
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# Ignore Django Migrations in Development if you are working on team
|
||||||
|
|
||||||
|
# Only for Development only
|
||||||
|
**/migrations/**
|
||||||
|
!**/migrations
|
||||||
|
!**/migrations/__init__.py
|
||||||
Loading…
x
Reference in New Issue
Block a user