Update .gitignore to include Docker volumes

Added entries for Docker and database volumes to .gitignore.
This commit is contained in:
2026-08-09 21:23:08 +02:00
committed by GitHub
parent 292f0247d2
commit b83c306c08
+14
View File
@@ -142,6 +142,14 @@ vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.vite/
# Docker & Database volumes
postgres_data/
redis_data/
# Key files (SSH & SSL Keys)
*.key
# Docker & Database volumes
postgres_data/
redis_data/
@@ -154,3 +162,9 @@ redis_data/
.vscode/
.idea/
.DS_Store
*.pem
# IDE & Editor files
.vscode/
.idea/
.DS_Store