Skip to content

Commit

Permalink
Optimized .vscodeignore (#2475)
Browse files Browse the repository at this point in the history
* Optimized `.vscodeignore`

* Removed unnecessary files
  • Loading branch information
okineadev authored Jul 25, 2024
1 parent 9821acc commit 88c3c85
Showing 1 changed file with 17 additions and 29 deletions.
46 changes: 17 additions & 29 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,18 @@
.vscode/**
.github/**
.vscode-test/**
out/**
test/**
src/**
scripts/**
**/*.map
.gitignore
tsconfig.json
tsconfig.**.json
biome.jsonc
images/**
vsc-extension-quickstart.md
logo.svg
node_modules
package-lock.json
bun.lockb
yarn.lock
bunfig.toml
.devcontainer/**
sheriff.config.ts
build/**
svgo.config.js
.eslintignore
material-colors.yml
changelog.config.json
dist/types/**
dist/module.cjs
# Files to include in the extension package
# Documentation for this format:
# https://code.visualstudio.com/api/working-with-extensions/publishing-extension#using-.vscodeignore
!CHANGELOG.md
!LICENSE.md
!README.md
!logo.png

!package.json
!package.nls.*.json

!dist/extension
!dist/material-icons.json

!icons

# Exclude everything else
**/*

0 comments on commit 88c3c85

Please sign in to comment.