Skip to content

Commit

Permalink
Add .npmignore and update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Oct 22, 2017
1 parent cf5a04b commit 700ba53
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/node_modules
/lib/chromedriver
/tmp
node_modules
lib/chromedriver
tmp
npm-debug.log
*.tgz
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
lib/chromedriver/**
tmp
.eslintrc.json
.gitignore
.travis.yml
appveyor.yml
Dockerfile
test-driver.sh
testInstall.js
*.tgz
.vscode

0 comments on commit 700ba53

Please sign in to comment.