37 lines
380 B
Plaintext
37 lines
380 B
Plaintext
# Build output
|
|
/vibedns
|
|
/vibedns-*
|
|
/dist/
|
|
/out/
|
|
|
|
# Runtime data — never commit a database or a backup
|
|
/data/
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
*.db.restore-pending
|
|
*.db.pre-restore-*
|
|
/backups/
|
|
|
|
# Local configuration and credentials
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
*.pfx
|
|
credentials.json
|
|
secrets.*
|
|
|
|
# Go
|
|
*.test
|
|
*.out
|
|
coverage.*
|
|
|
|
# Editors and OS
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
.DS_Store
|