Skip to content

Commit f6bd62b

Browse files
authored
Merge pull request #275 from htmlhint/dev/coliff/reduce-package-size
Reduce package size
2 parents 826994c + 0d7a2b9 commit f6bd62b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

htmlhint/.vscodeignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
images/hero.png
3737
images/hover.png
3838
images/status-bar.png
39+
**/node_modules/async/**
40+
**/node_modules/htmlhint/dist/htmlhint.min.js
41+
**/node_modules/htmlhint/cli/formatter.js
42+
**/node_modules/htmlhint/cli/htmlhint.js
43+
**/node_modules/htmlhint/cli/parse-glob.js
44+
**/node_modules/htmlhint/cli/formatters/**
3945
**/node_modules/**/test/**
4046
**/node_modules/**/tests/**
4147
**/node_modules/**/*.md
@@ -48,6 +54,9 @@ images/status-bar.png
4854
**/node_modules/**/*.map
4955
**/node_modules/**/.bin/**
5056
**/node_modules/**/bin/**
57+
**/node_modules/**/copy/**
58+
**/node_modules/**/move/**
59+
**/node_modules/**/empty/**
5160
**/node_modules/**/*.cmd
5261
**/node_modules/**/*.ps1
5362
**/node_modules/**/*.sh

0 commit comments

Comments
 (0)