initial commit
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user