Skip to content

Commit

Permalink
Fixed vscodeignore to ignore everything, and using whitelist
Browse files Browse the repository at this point in the history
- Removed 70% worth of cruft
  • Loading branch information
sureshjoshi committed May 19, 2024
1 parent b4d7631 commit 93abb09
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
.vscode/**
.vscode-test/**
node_modules/**
src/**
.gitignore
.yarnrc
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
# Ignore everything
**

# Whitelist only what we want in the final package
!assets/pants-logo.svg
!assets/pants-logo-square.png
!dist/main.js
!schemas/lift.schema.json
!schemas/science.schema.json
!syntaxes/language-configuration.json
!syntaxes/pantsbuild.tmLanguage.json
!CHANGELOG.md
!LICENSE
!package.json
!README.md
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.0.2] - 2024-04-19

- Lots of preview/experimental churn

## [0.0.1] - 2022-08-09

- First release to the VS Code Marketplace

0 comments on commit 93abb09

Please sign in to comment.