Files
Gardomatic/.gitignore
T
kleiax 904d14b64c
CI / test (push) Canceled after 0s
Initial commit
2026-09-12 22:22:17 +02:00

37 lines
464 B
Plaintext

# Environment files and secrets
.env
.env.*
!.env.example
!.env.*.example
.envrc
/config.mk
*.key
*.pem
*.p12
*.pfx
remote/production/gardomatic.env
# Local HTTP requests which may contain credentials
request/*.local.http
request/*.private.http
# Build and test artifacts
/bin/
/dist/
*.test
*.out
coverage.*
*.prof
**/__debug_bin*
# Runtime files
*.log
/tmp/
# Local editor and operating-system files
.idea/
.vscode/*
!.vscode/launch.json
.DS_Store
Thumbs.db