We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6aea91 commit e6aa084Copy full SHA for e6aa084
2 files changed
.gitignore
@@ -1,2 +1,3 @@
1
node_modules
2
out
3
+**/*.code-workspace
.vscodeignore
@@ -11,10 +11,11 @@ tsconfig.json
11
.eslintrc.json
12
**/*.map
13
**/*.ts
14
15
CONTRIBUTING.md
16
TECHNICAL.md
17
.github/**
18
**/*.vsix
19
webpack.config.js
20
node_modules/**
-!node_modules/@types/
21
+!node_modules/@types/
0 commit comments