Stop tracking .env and logs; fix .gitignore
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -1,19 +1,22 @@
|
||||
# Python
|
||||
app/__pycache__/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.__pycache__
|
||||
|
||||
# Ingnor upload files
|
||||
# Ignore upload files
|
||||
app/static/uploads/
|
||||
|
||||
# Ignore env files
|
||||
venv
|
||||
# Virtual environment
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
# Ignore Log files ss
|
||||
# Environment / secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Log files
|
||||
logs/
|
||||
*.log
|
||||
|
||||
|
||||
|
||||
*.log
|
||||
Reference in New Issue
Block a user