Skip to content

Commit 787a4a7

Browse files
NShahriTimer
authored andcommitted
Avoid pushing .pnp folder to git (facebook#5469)
* Add .pnp folder ro gitignore file Avoid pushing .pnp folder to git * Add .pnp.js to ignore list
1 parent 315ff4b commit 787a4a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-scripts/template/gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# dependencies
44
/node_modules
5+
/.pnp
6+
.pnp.js
57

68
# testing
79
/coverage

0 commit comments

Comments
 (0)