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 7c482ec commit 99daa2cCopy full SHA for 99daa2c
.vscodeignore
@@ -1,7 +1,8 @@
1
.vscode/**
2
.vscode-test/**
3
out/**
4
-# node_modules/** # For bundling @actions/* and @types/github-script
+# For bundling @actions/* and @types/github-script
5
+# node_modules/**
6
src/**
7
.gitignore
8
.yarnrc
@@ -12,4 +13,5 @@ vsc-extension-quickstart.md
12
13
**/*.map
14
**/*.ts
15
**/.vscode-test.*
-!**/*.d.ts # For bundling @actions/* and @types/github-script d.ts
16
+# For bundling @actions/* and @types/github-script d.ts
17
+!**/*.d.ts
0 commit comments