-
-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (37 loc) · 527 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (37 loc) · 527 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
/node_modules
/out
/out.min
vsc-extension-quickstart.md
*.vsix
.EIDE
.vscodeignore
./lib
/dist
/doc
/note.md
pack.js
test.js
*.js.map
*.cpuprofile
# private
/src/Telemetry
/src/Private
# eide vars
/res/data/config.json
/res/data/sln.record
/res/data/data.yaml
# internal template projects
res/template/projects
# bin
bin
bin/builder/*.xml
bin/builder/*.exe.config
bin/tools/*
bin_bk
dotnet-runtime*.exe
# shell script
/*.sh
# html
/src/html/**/node_modules
/src/html/callgraph_view/dist
/src/html/callgraph_view/fixtures