35 lines
402 B
Plaintext
35 lines
402 B
Plaintext
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Local environment and secrets must stay out of the repository.
|
|
.env
|
|
.env.*
|
|
*.pem
|
|
*.key
|
|
|
|
# Build and runtime artifacts.
|
|
bin/
|
|
dist/
|
|
tmp/
|
|
coverage.out
|
|
*.log
|
|
|
|
# Go test and profiling artifacts.
|
|
*.test
|
|
*.prof
|
|
|
|
# Local dependency/cache folders.
|
|
vendor/
|
|
node_modules/
|
|
|
|
# Docker and database runtime data.
|
|
mysql-data/
|
|
redis-data/
|
|
|
|
.waylog/
|
|
|
|
.tmp/
|
|
/tmp/
|
|
.claude/settings.local.json
|