Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Add npm ignore & updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
luvies committed Feb 9, 2019
1 parent af2bc57 commit 23d4ab3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,5 @@ typings/
# build output
/dist
/prebuild

.DS_Store
13 changes: 13 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.vscode/
lib/
test/
prebuild/
types/
.editorconfig
tsconfig.json
tslint.json
.travis.yml
.gitattributes
.gitignore
scripts/
.DS_Store

0 comments on commit 23d4ab3

Please sign in to comment.