Skip to content

Commit

Permalink
chore: add npmignore, gitignore package.tgz
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Sep 22, 2021
1 parent 46c15b3 commit b75ce69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tsconfig.tsbuildinfo
e2e/**/yarn.lock
e2e/**/.vscode-test
e2e/**/.yarn
package.tgz

# vscode binaries
.vscode-test
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*
!/dist
!/README.md
!/CHANGELOG.md
!/LICENCE

0 comments on commit b75ce69

Please sign in to comment.