Skip to content

Commit

Permalink
Reduce extension size
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Aug 9, 2023
1 parent da90c69 commit 14fde98
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions htmlhint/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
.vscode/**
**/example/**
**/examples/**
**/test/**
**/tests/**
**/.editorconfig
**/.eslintrc.*
**/.github
**/.gitkeep
**/.gitattributes
**/.gitconfig
**/.github
**/.gitignore
**/.gitkeep
**/.npmignore

Check warning on line 13 in htmlhint/.vscodeignore

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (npmignore)
**/.nvmrc

Check warning on line 14 in htmlhint/.vscodeignore

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (nvmrc)
**/.prettierrc
**/.prettierignore
**/*.travis.yml
**/.prettierrc
**/*.map
**/*.travis.yml
**/*.ts
**/*.txt
**/*.vsix
**/*.zip
images/hero.png
Expand All @@ -27,6 +32,7 @@ images/status-bar.png
**/node_modules/**/license
**/node_modules/**/license
**/node_modules/**/LICENSE
**/node_modules/**/License.txt
**/node_modules/**/package-lock.json
**/node_modules/**/settings.json
**/node_modules/**/*.test.js
Expand Down

0 comments on commit 14fde98

Please sign in to comment.