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.
2 parents 826994c + 0d7a2b9 commit f6bd62bCopy full SHA for f6bd62b
htmlhint/.vscodeignore
@@ -36,6 +36,12 @@
36
images/hero.png
37
images/hover.png
38
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/**
45
**/node_modules/**/test/**
46
**/node_modules/**/tests/**
47
**/node_modules/**/*.md
@@ -48,6 +54,9 @@ images/status-bar.png
48
54
**/node_modules/**/*.map
49
55
**/node_modules/**/.bin/**
50
56
**/node_modules/**/bin/**
57
+**/node_modules/**/copy/**
58
+**/node_modules/**/move/**
59
+**/node_modules/**/empty/**
51
60
**/node_modules/**/*.cmd
52
61
**/node_modules/**/*.ps1
53
62
**/node_modules/**/*.sh
0 commit comments