Skip to content

Commit

Permalink
Update .gitignore to work with monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
valscion committed Jul 14, 2017
1 parent a18dc45 commit 14b6356
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
lib
public
# node_modules in sub-packages
packages/*/node_modules

# Generated code
packages/*/lib
packages/reporter-treemap/reporter/public

# Vendor code
packages/reporter-treemap/reporter/client/vendor

# Test fixtures
packages/*/test/bundles
packages/*/test/webpack.config.js

# Test results
packages/*/test/output

samples

node_modules
npm-debug.log
lerna-debug.log

0 comments on commit 14b6356

Please sign in to comment.