Skip to content

Commit e6034b0

Browse files
committed
build: update .vscodeignore to only include required files
1 parent 2469a1a commit e6034b0

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.vscodeignore

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
.vscode/**
2-
.vscode-test/**
3-
.gitignore
4-
tests/**
5-
docs/**
6-
.husky/**
7-
.github/**
8-
.commitlintrc.json
9-
notes.md
10-
.releaserc.json
1+
*
2+
**/*
3+
4+
!node_modules
5+
!dist
6+
!docs
7+
!CHANGELOG.md
8+
!icon.png
9+
!LICENSE.md
10+
!package.json
11+
!README.md

0 commit comments

Comments
 (0)