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 41177b7 commit fe8a818Copy full SHA for fe8a818
.gitignore
@@ -8,6 +8,7 @@ client/src/syntaxes/dev*
8
.antlr
9
node_modules
10
client/server
11
+template*
12
.vscode-test
13
sample*/**
14
*.vsix
.vscodeignore
@@ -9,6 +9,7 @@ scripts/**
**/tsconfig.json
**/tsconfig.base.json
contributing.md
# Development
15
**/src
@@ -24,6 +25,7 @@ contributing.md
24
25
*.tokens
26
27
*.tsbuildinfo
28
+*.log
29
30
# Samples and testing
31
0 commit comments