Skip to content

Commit 9fab9f9

Browse files
committed
refactor: update gitignore
1 parent a894816 commit 9fab9f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

express/.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
4+
node_modules
5+
.pnp
66
.pnp.js
77

88
# testing
9-
/coverage
9+
coverage
1010

1111
# production
12-
/build
12+
build
1313

1414
# misc
1515
.DS_Store

0 commit comments

Comments
 (0)