- Dependency Updates & Cleanup
- Frontend Security Enhancements (Nginx/Entrypoint) - Docker Networking & Binding - Code Bug Fix
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
.env
|
||||
*.local
|
||||
|
||||
# Node/Vite
|
||||
node_modules/
|
||||
dist/
|
||||
.vite/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.venv/
|
||||
|
||||
# Android/local IDE state
|
||||
local.properties
|
||||
.gradle/
|
||||
build/
|
||||
|
||||
# Archives and generated bundles
|
||||
*.tar.gz
|
||||
*.zip
|
||||
|
||||
# macOS/editor noise
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user