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