升级项目框架,移除大部分无用的物理和tween系统
This commit is contained in:
34
source/.gitignore
vendored
Normal file
34
source/.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# 编译输出目录
|
||||
bin/
|
||||
|
||||
# 依赖
|
||||
node_modules/
|
||||
|
||||
# 日志文件
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# 环境文件
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# 编辑器配置
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# 操作系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 测试覆盖率
|
||||
coverage/
|
||||
|
||||
# 临时文件
|
||||
*.tmp
|
||||
*.temp
|
||||
Reference in New Issue
Block a user