hyapp-server/.gitignore
2026-04-25 01:18:30 +08:00

29 lines
351 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/