.gitignore hinzugefügt

This commit is contained in:
mfredrich 2025-12-14 13:01:53 +00:00
commit 44a1256c80

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
# Secrets
.env
*.env
# App data / volumes
**/db/
**/db_data/
**/postgres_data/
**/redis/
**/data/
**/html/
**/wp_data/
**/n8n_data/
**/vaultwarden-data/
**/logs/
# OS/Editor
.DS_Store
.idea/
.vscode/