Skip to content

Commit

Permalink
npmignore most of the things in gitignore
Browse files Browse the repository at this point in the history
Related to enzymejs#200.
  • Loading branch information
ljharb committed Feb 17, 2016
1 parent 68f1bf6 commit d8e4262
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
# Left empty in order to include the build directory for npm publish
# 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

# 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

# Jetbrains IDEs
.idea

#/build # commented out intentionally, since this is the meat of the package.
_book

0 comments on commit d8e4262

Please sign in to comment.