Skip to content

Commit

Permalink
👌 IMPROVE: ignore config files while creating a package
Browse files Browse the repository at this point in the history
  • Loading branch information
george3447 committed Apr 25, 2021
1 parent 69b1937 commit 4493729
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
node_modules
.vscode/
.vscode-test/
out/
src/
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
tsconfig.json
.eslintrc.json
.gitignore
vsc-extension-quickstart.md
webpack.config.js
.github
.eslintignore
.nvmrc
.prettierignore
**/*.map

0 comments on commit 4493729

Please sign in to comment.