.gitignore hinzugefügt
This commit is contained in:
commit
44a1256c80
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal 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/
|
||||
Loading…
Reference in New Issue
Block a user