Skip to content

Commit 44002b1

Browse files
committed
gitgnore
1 parent 98388af commit 44002b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# dependencies
4-
/node_modules
5-
/.pnp
6-
.pnp.js
4+
/frontend/node_modules
5+
/frontend/.pnp
6+
/frontend/.pnp.js
77

88
# testing
99
/coverage
1010

1111
# production
12-
/build
12+
/frontend/build
1313

1414
# misc
1515
.DS_Store

0 commit comments

Comments
 (0)