Skip to content

Commit

Permalink
Improve .gitignore & .npmignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean177 committed Jan 16, 2018
1 parent b9c628e commit b82edb5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*.log
.DS_Store
.idea/
coverage/
dist/
node_modules
yarn-error.log
node_modules/

10 changes: 7 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.idea
coverage
*.log
.circleci/
.DS_Store
.idea/
coverage/
node_modules
src
yarn-error.log
tsconfig.json
tslint.json
yarn.lock

0 comments on commit b82edb5

Please sign in to comment.