Skip to content

Commit

Permalink
fix: Remove source maps from extension output
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Jun 5, 2020
1 parent ce11d4a commit 40982a6
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
*
*/**
**/.DS_Store
!out
!static
!themes
!package.json
!README.md
!CHANGELOG.md
!LICENSE
.github/
.vscode/
docs/
examples/
generator/
out/**/*.map
src/
themes/.gitkeep
.all-contributorsrc
.eslintignore
.gitignore
.prettierignore
.releaserc.json
nodemon.json
tsconfig.base.json
tsconfig.json

0 comments on commit 40982a6

Please sign in to comment.