Spaces:
Running
Running
File size: 267 Bytes
f9f99c7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
# Node.js
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
# 构建输出
dist/
build/
# 环境配置
.env
.env.local
.env.*.local
# 系统文件
.DS_Store
Thumbs.db
# 日志文件
*.log
ksa.log
# 特定文件
ksa_x64
# IDE
.idea/
.vscode/
*.swp
*.swo |