Skip to content

Commit

Permalink
Chore: updated ignore globs for git and npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeh Fernando committed Dec 14, 2018
1 parent f1b8656 commit 7c3b1f3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
.tscache
.coveralls.yml
coverage
dist
node_modules
npm-debug.log
src/**/*.js
src/**/*.d.ts
yarn-error.log
_*.txt
_*.bat
.rpt2_cache
_*.bat
_*.txt
.coveralls.yml
.nyc_output
.rpt2_cache
.tscache
coverage
dist
node_modules
npm-debug.log
temp
18 changes: 18 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
_*.bat
_*.txt
.babelrc
.coveralls.yml
.gitattributes
.nyc_output
.travis.yml
.tscache
.vscode
src
temp
test
node_modules
npm-debug.log
rollup.config.js
tsconfig.json
tslint.json
yarn.lock

0 comments on commit 7c3b1f3

Please sign in to comment.