Skip to content

Commit

Permalink
add ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesadarich committed Jan 3, 2017
1 parent 4b97c87 commit cfb7447
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#NPM
node_modules
npm-debug.log*

#TypeScript
*.js
*.js.map
*.d.ts

#Test
coverage
.nyc_output
19 changes: 19 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#NPM
node_modules
npm-debug.log

#Testing
test
coverage

#CI
.travis.yml
.codeclimate.yml

#DevOps
scripts

# TypeScript
*.js.map
*.ts
!*.d.ts

0 comments on commit cfb7447

Please sign in to comment.