Skip to content

Commit

Permalink
[AXON-37] fix: update .vscodeignore
Browse files Browse the repository at this point in the history
Remove unnecessary stuff from the extension artifact to prevent bloat
  • Loading branch information
sdzh-atlassian committed Dec 13, 2024
1 parent a749c41 commit c3e435f
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# Allowed:
# build/
# resources/
# images/
# LICENSE

.env
.env.example
.eslintignore
.mocharc.js
.nvmrc
.prettierignore
CODEOWNERS
HOMEPAGE.md
changelog.md
nightlyver.sh
package.json
readme.md
setupTests.js
tsconfig.notest.json
tsconfig.ui-test.json
ui-test-settings.json
vscode-stylenames.txt
.devcontainer/
.github/
.test-extensions/
coverage/
scripts/

.vscode/**
.vscode-test/**
out/test/**
Expand All @@ -21,4 +50,4 @@ dataportal.yaml
devhtml/**
.yalc/**
.storybook/**
jest.config.js
jest.config.js

0 comments on commit c3e435f

Please sign in to comment.