Skip to content

Commit 9d6c4f3

Browse files
committed
Exclude tests and other artifacts from VSIX package
1 parent 5a26d12 commit 9d6c4f3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

integration/vscode/ada/.vscodeignore

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
.vscode/**
2-
.vscode-test/**
3-
node_modules/**
4-
out/test/**
5-
src/**
6-
testsuite_grammar/**
1+
.vscode-test/
2+
advanced/
3+
node_modules/
4+
out/test/
5+
src/
6+
test/
7+
.eslintrc.json
78
.gitignore
89
.prettierrc
10+
debug.code-workspace
911
run_grammar_tests.sh
10-
**/tsconfig.json
11-
**/.eslintrc.json
12+
tsconfig.json
1213
**/*.map
1314
**/*.ts

0 commit comments

Comments
 (0)