Skip to content

Commit

Permalink
fix: reduce extension size from 5MB to 50KB by excluding images
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Apr 6, 2020
1 parent 0816fcd commit 3fc79f4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ packages
samples
utils

# Static
resources/screenshots
# Screenshots
resources/**/*.png
# The extension icon must be part of the final VSIX package
!resources/vscode-remedy-icon.png

# Configurations
.editorconfig
.eslintignore
.eslintcache
.remarkignore
.*rc.js
*.config.js
makefile
Expand Down

0 comments on commit 3fc79f4

Please sign in to comment.