8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db7d1f commit 252fd05Copy full SHA for 252fd05
.vscodeignore
@@ -1,13 +1,20 @@
1
+## Common
2
+.gitignore
3
+
4
+## VSCode
5
.vscode/**
6
.vscode-test/**
7
vsc-extension-quickstart.md
-.gitignore
-build/test/**
-src/**
8
+*.vsix
9
10
+## Dev Folders
11
+/src/**
12
+/web-app/**
13
14
+## TypeScript
15
**/tsconfig.json
16
**/tslint.json
-**/*.map
17
**/*.ts
-web-app/**
-typings/**
-*.vsix
18
19
+## Tests
20
+/build/test/**
0 commit comments