Skip to content

Commit

Permalink
fix: ignore project related files from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Oct 16, 2021
1 parent 0016c0d commit b51b897
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
src/**
out/**
node_modules/**
!node_modules/prettier
build/**
.gitignore
.yarnrc
Expand All @@ -15,8 +14,14 @@ webpack.config.js
**/.eslintrc.json
**/*.map
**/*.ts
.github/
.gitattributes
.huskyrc.json
tsconfig.json
dist/web/test/**

# project
.github/
!node_modules/prettier
test-workspace/
scripts/
commitlint.config.js

0 comments on commit b51b897

Please sign in to comment.