Skip to content

Commit 3139794

Browse files
committed
Add ignore
1 parent 068aca3 commit 3139794

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
bin
2+
obj
3+
node_modules
4+
out
5+
.roslyn/
6+
.omnisharp/
7+
.omnisharp-*/
8+
.vs/
9+
.debugger/
10+
.razor/
11+
.razoromnisharp/
12+
.vscode-test/
13+
dist/
14+
*.razor.json
15+
16+
install.*
17+
18+
*.vsix
19+
*.map
20+
21+
22+
test/**/.vscode/launch.json
23+
test/**/.vscode/tasks.json
24+
25+
.logs/
26+
.nyc_output/
27+
coverage/
28+
29+
\.DS_Store
30+
vsix/

0 commit comments

Comments
 (0)