Skip to content

Commit

Permalink
reduce extension size
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAAndrew committed Feb 7, 2024
1 parent 42d9bb4 commit 6689c00
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 46 deletions.
19 changes: 16 additions & 3 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
sample_project/
sample_project_2/
*.test.*
*.spec.*
**/test/**
.vscode/**
.vscode-test/**
src/**
.github/
*.gif
*.vsix
.eslintrc.json
.vscode-test.mjs
.vscodeignore
.gitignore
.yarnrc
vsc-extension-quickstart.md
.npmignore
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
**/.vscode-test.*

# Packages
node_modules/commander/**
node_modules/kleur/**
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ All notable changes to the "browser-compatibility-checker" extension will be doc
## [1.0.2] - 2024-02-02

- Update keywords & categories

## [1.0.3] - 2024-02-07

- Create CLI Tool
- Reduce extension size
43 changes: 0 additions & 43 deletions vsc-extension-quickstart.md

This file was deleted.

0 comments on commit 6689c00

Please sign in to comment.