Skip to content

Commit 99daa2c

Browse files
committed
Inlineでコメント書くとだめっぽい
1 parent 7c482ec commit 99daa2c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.vscodeignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.vscode/**
22
.vscode-test/**
33
out/**
4-
# node_modules/** # For bundling @actions/* and @types/github-script
4+
# For bundling @actions/* and @types/github-script
5+
# node_modules/**
56
src/**
67
.gitignore
78
.yarnrc
@@ -12,4 +13,5 @@ vsc-extension-quickstart.md
1213
**/*.map
1314
**/*.ts
1415
**/.vscode-test.*
15-
!**/*.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

Comments
 (0)