44 lines
327 B
Plaintext
44 lines
327 B
Plaintext
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Binary files
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Build output
|
|
/bin/
|
|
/dist/
|
|
/build/
|
|
|
|
# Go specific
|
|
/vendor/
|
|
go.work
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Test coverage
|
|
coverage.out
|
|
coverage.html
|
|
|
|
|
|
# 开发文档
|
|
document/
|