Skip to content

Commit

Permalink
Merge pull request #1204 from airbnb/lmr--add-npmignore-to-packages
Browse files Browse the repository at this point in the history
Add an npmignore file to all packages
  • Loading branch information
lelandrichardson authored Oct 3, 2017
2 parents 4fec9bb + 2b3f119 commit 363ec13
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/enzyme-adapter-react-13/.npmignore
1 change: 1 addition & 0 deletions packages/enzyme-adapter-react-14/.npmignore
1 change: 1 addition & 0 deletions packages/enzyme-adapter-react-15.4/.npmignore
1 change: 1 addition & 0 deletions packages/enzyme-adapter-react-15/.npmignore
1 change: 1 addition & 0 deletions packages/enzyme-adapter-react-16/.npmignore
1 change: 1 addition & 0 deletions packages/enzyme-adapter-utils/.npmignore
35 changes: 35 additions & 0 deletions packages/enzyme/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 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

# babel configuration
.babelrc

# 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.

0 comments on commit 363ec13

Please sign in to comment.