26 lines
304 B
Plaintext
26 lines
304 B
Plaintext
# Ignore all data directories
|
|
*/data/
|
|
*/postgres/
|
|
*/vw-data/
|
|
*/*.db
|
|
*/*.sqlite
|
|
*/logs/
|
|
*/db_data/
|
|
*/caddy_data/
|
|
*/caddy_config/
|
|
*/config/
|
|
|
|
# Ignore environment files
|
|
.env
|
|
.env.local
|
|
|
|
# Ignore temporary files
|
|
*.tmp
|
|
*.log
|
|
|
|
# Ignore HA specific directories
|
|
HA/config/
|
|
HA/db_data/
|
|
|
|
# Keep structure
|
|
!.gitkeep |