Skip to content

Commit

Permalink
Merge pull request #33 from pat310/addingNPMIgnore
Browse files Browse the repository at this point in the history
git ignore lib directory, npm ignore pretty much everything else
  • Loading branch information
pat310 committed Mar 11, 2017
2 parents 102dffd + 9ce08bc commit 6f56fe3
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 510 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

# Ignore built files
lib
37 changes: 37 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

screenshots
src
text
.babelrc
.codeclimate.yml
.eslintrc
.travis.yml
webpack.config.js
Loading

0 comments on commit 6f56fe3

Please sign in to comment.