Update .gitignore
This commit is contained in:
parent
ace2fa6eb9
commit
1673d6e03b
1 changed files with 40 additions and 0 deletions
40
.gitignore
vendored
40
.gitignore
vendored
|
@ -1 +1,41 @@
|
|||
*.log
|
||||
db.sqlite3
|
||||
*.pyc
|
||||
*.DS_Store
|
||||
build/
|
||||
*.egg_info
|
||||
#editors && utilites.
|
||||
*.swp
|
||||
*~
|
||||
__pycache__/
|
||||
.ropeproject/
|
||||
#django
|
||||
local_settings.py
|
||||
|
||||
!.keep
|
||||
media/
|
||||
!media/keep
|
||||
/CACHE/
|
||||
/static/
|
||||
|
||||
\#*#
|
||||
.\#*
|
||||
*~
|
||||
|
||||
secret-key
|
||||
|
||||
node_modules/
|
||||
*.db
|
||||
ungleich.db
|
||||
*~*
|
||||
|
||||
secret-key
|
||||
|
||||
*.psd
|
||||
|
||||
.idea/
|
||||
|
||||
.env
|
||||
*.mo
|
||||
|
||||
venv/
|
||||
|
|
Loading…
Reference in a new issue