-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCC.code-workspace
More file actions
39 lines (39 loc) · 895 Bytes
/
CC.code-workspace
File metadata and controls
39 lines (39 loc) · 895 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
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.trunk/*actions/": true,
"**/.trunk/*logs/": true,
"**/.trunk/*notifications/": true,
"**/.trunk/*out/": true,
"**/.trunk/*plugins/": true,
"**/*.js.map": true,
"bin": true,
"obj": true,
"*.csproj.user": true,
"**/.vexp/daemon.pid": true,
"**/.vexp/daemon.sock": true,
"**/.vexp/daemon.pipe": true,
"**/.vexp/daemon.log": true,
"**/.vexp/vexp.log": true,
"**/.vexp/healthy": true,
"**/.vexp/mcp.port": true,
"**/.vexp/mcp.token": true,
"**/.vexp/index.db": true,
"**/.vexp/index.db-wal": true,
"**/.vexp/index.db-shm": true,
"**/.vexp/parent_workspace.json": true,
"**/.vexp/.gitignore": true,
"**/.vexp/.gitattributes": true
}
}
}