initial commit

This commit is contained in:
2026-08-16 21:18:45 -05:00
commit 1e05a01bcf
122 changed files with 29178 additions and 0 deletions
+36
View File
@@ -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