-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
117 lines (100 loc) · 1.69 KB
/
Copy path.gitignore
File metadata and controls
117 lines (100 loc) · 1.69 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Swap the comments on the following lines if you wish to use zero-installs
# In that case, don't forget to run `yarn config set enableGlobalCache false`!
# Documentation here: https://yarnpkg.com/features/caching#zero-installs
.pnp.*
node_modules
.turbo
temp/*
!temp/.gitkeep
_build/
deps/
app/ai_proxy/dist/
app/control_plane/priv/static/**/*.gz
app/control_plane/priv/static/assets/
app/control_plane/priv/static/cache_manifest.json
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# development
/.idea
/.vscode
/.vs
*.sublime-project
*.sublime-workspace
/.settings
# IDE - VSCode
.vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# dependencies
.turbo/
node_modules/
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*
.bundle/
/tools/eval/.venv/
# Dev-only files
tsconfig.tsbuildinfo
__pycache__/
*.py[cod]
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
.yarn-integrity
*.tsbuildinfo
# misc
.DS_Store
.AppleDouble
.LSOverride
$RECYCLE.BIN/
Desktop.ini
Thumbs.db
ehthumbs.db
._*
# testing
.coverage-cache/
.nyc_output/
coverage/
# 截图测试临时文件
**/.screenshot-temp/
# build
dist/
storybook-static/
target/
tmp/
/output/
.turbo
var/**
!var/.gitkeep
!var/computer-dev/
!var/computer-dev/.gitkeep
.i18n-temp.json
.gradle/
build/
*.session.sql
*storybook.log
logs/
.codex-tmp-file
erl_crash.dump
.turbo
.playwright-mcp
/internals/
packages/native-addons/*.node
app/kernel/*.node
app/kernel/**/*.node
app/kernel/_build/
app/kernel/deps/
app/kernel/priv/native/
/.claude/
/.zcode/
HEY.md