chore: only include source code when publish to npm
This commit is contained in:
parent
fa57bd0666
commit
383ccd3907
2 changed files with 2 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
|||
.settings/
|
||||
|
||||
# Dev dependencies and cache files
|
||||
dist/
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
|
||||
|
@ -18,5 +19,3 @@ Thumbs.db
|
|||
# Files that might appear on external disks
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
dist/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue