37 lines
464 B
Plaintext
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
|