primeiro commit
This commit is contained in:
72
.gitignore
vendored
Normal file
72
.gitignore
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user