Files
esengine/source/.npmignore

57 lines
585 B
Plaintext
Raw Normal View History

# 源码文件(只发布编译后的文件)
src/
tsconfig.json
gulpfile.js
build.config.js
.babelrc
# 开发工具配置
.vscode/
.idea/
.wing/
# 依赖和缓存
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 测试文件
*.test.js
*.test.ts
*.spec.js
*.spec.ts
test/
tests/
__tests__/
coverage/
# 构建工具
.nyc_output
.cache
# 环境文件
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# 临时文件
*.tmp
*.temp
.DS_Store
Thumbs.db
# 日志文件
logs/
*.log
# 编辑器文件
*.swp
*.swo
*~
# 其他
.git/
.gitignore