Allow .env to be tracked
This commit is contained in:
+4
-8
@@ -1,5 +1,5 @@
|
||||
# Secrets
|
||||
.env
|
||||
#.env
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
@@ -7,19 +7,15 @@ __pycache__/
|
||||
*.pyo
|
||||
.venv/
|
||||
venv/
|
||||
*.egg-info/
|
||||
|
||||
# Frontend build
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
|
||||
# Logs
|
||||
# Logs & misc
|
||||
*.log
|
||||
.DS_Store
|
||||
|
||||
# SSL certs (generated on server)
|
||||
certbot/
|
||||
nginx/certbot/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
nginx/certbot/
|
||||
Reference in New Issue
Block a user