Allow .env to be tracked

This commit is contained in:
2026-06-16 23:35:28 -06:00
parent 312ef92025
commit c200bf4ecf
+3 -7
View File
@@ -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