73 lines
695 B
Plaintext
73 lines
695 B
Plaintext
# Build outputs
|
|
/bin/
|
|
/build/
|
|
/dist/
|
|
/out/
|
|
/release/
|
|
/tmp/
|
|
/coverage/
|
|
/pdns-admin
|
|
/pdns-admin.exe
|
|
*.test
|
|
*.prof
|
|
*.cover
|
|
*.coverage
|
|
coverage.out
|
|
|
|
# Cross-compiled binaries and archives
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
*.o
|
|
|
|
# Local configuration and secrets
|
|
/config.yaml
|
|
/config.yml
|
|
/config.*.yaml
|
|
/config.*.yml
|
|
!/config.example.yaml
|
|
!.gitignore
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
*.p12
|
|
*.pfx
|
|
|
|
# Logs and runtime state
|
|
*.log
|
|
logs/
|
|
*.pid
|
|
*.sock
|
|
|
|
# Go workspace/cache files
|
|
/vendor/
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Editor and IDE metadata
|
|
.idea/
|
|
.vscode/
|
|
.codex/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Tooling caches
|
|
.cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.tmp/
|
|
|
|
AGENTS.md
|
|
README.md
|