升级项目框架,移除大部分无用的物理和tween系统
This commit is contained in:
57
source/.npmignore
Normal file
57
source/.npmignore
Normal file
@@ -0,0 +1,57 @@
|
||||
# 源码文件(只发布编译后的文件)
|
||||
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
|
||||
Reference in New Issue
Block a user