Skip to content

Commit b62eb74

Browse files
authored
ignore '.github' folder in dist
1 parent c755727 commit b62eb74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscodeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.git
2+
.github
23
.vscode
34
.vscode-test
45
out
@@ -24,7 +25,6 @@ vsc-extension-quickstart.md
2425
*.js
2526
*.cpuprofile
2627
*.vscodeignore
27-
/.github
2828

2929
# internal template projects
3030
res/template/projects

offline-pack.vscodeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.vscode
22
.vscode-test
3+
.github
34
out
45
src
56
.EIDE
@@ -23,7 +24,6 @@ vsc-extension-quickstart.md
2324
*.js
2425
*.cpuprofile
2526
*.vscodeignore
26-
/.github
2727

2828
# internal template projects
2929
res/template/projects

0 commit comments

Comments
 (0)