Skip to content

Commit

Permalink
Avoid pushing .pnp folder to git (facebook#5469)
Browse files Browse the repository at this point in the history
* Add .pnp folder ro gitignore file

Avoid pushing .pnp folder to git

* Add .pnp.js to ignore list
  • Loading branch information
NShahri authored and Timer committed Oct 23, 2018
1 parent 5d76856 commit 2d09cfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage
Expand Down

0 comments on commit 2d09cfb

Please sign in to comment.