forked from cocos/cocos-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (43 loc) · 841 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (43 loc) · 841 Bytes
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# 临时文件
# 忽略所有 . 开头的目录,除了以下特殊制定的文件夹
.*/
!.vscode/
!.github/
!.husky/
.vscode/extensions.json
.vscode/launch.json
.vscode/*.code-workspace
.user.json
.DS_Store
.temp
# tsconfig
tsconfig.tsbuildinfo
# node 模块
**/node_modules/
**/yarn.lock
packages/engine/
# packages
packages/cc-module/editor
packages/platforms/
packages/cocos-cli-types/**/*
# static
static/tools/
static/web/scene-bundle.js
static/web/scene-bundle.js.map
static/web/polyfills.bundle.js
static/web/editor-extends.bundle.js
# 构建文件
/dist
src/core/builder/platforms/*/dist
# jest
coverage
bin
# test project
e2e/.workspace/
e2e/reports/
# auto generated files
src/i18n/types/generated.d.ts
CLAUDE.md
config.local.json
# 个人/本机配置(local 作用域),不进版本库
profiles/cocos.config.json