Files
esengine/.npmignore

40 lines
364 B
Plaintext
Raw Permalink Normal View History

2025-06-08 21:50:50 +08:00
# 源代码文件
src/
2025-06-08 21:50:50 +08:00
tsconfig*.json
*.ts
!bin/**/*.d.ts
2025-06-08 21:50:50 +08:00
# 开发文件
dev-bin/
scripts/
.vscode/
2025-06-08 21:50:50 +08:00
.git/
.gitignore
# 测试文件
2025-06-08 21:50:50 +08:00
**/*.test.*
**/*.spec.*
**/test/
**/tests/
2025-06-08 21:50:50 +08:00
# 构建缓存
node_modules/
*.log
*.tmp
*.temp
2025-06-08 21:50:50 +08:00
# 文档草稿
docs/draft/
*.draft.md
# 编辑器文件
2025-06-08 21:50:50 +08:00
.DS_Store
Thumbs.db
*.swp
*.swo
*~
2025-06-08 21:50:50 +08:00
# 环境文件
.env
.env.local
.env.*.local