Files
mengyaping/.gitignore
2026-03-18 22:04:12 +08:00

43 lines
367 B
Plaintext

# Node/React
node_modules/
build/
coverage/
.env.local
.env.development.local
.env.test.local
.env.production.local
# Go
*.exe
*.test
*.out
*.dll
*.so
*.dylib
/tmp/
# 数据文件
data/data.json
# 日志
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
debug-logs/
# 操作系统
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 其他
.env
dist/