Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 8d1e38c

Browse files
committed
Use absolute paths in .gitignore
build/ was already trying to exclude scripts/build/
1 parent c406c4f commit 8d1e38c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .gitignore

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
build/
2-
dist/
3-
examples/__build__
4-
node_modules/
5-
coverage/
1+
/build/
2+
/dist/
3+
/examples/__build__
4+
/node_modules/
5+
/coverage/

0 commit comments

Comments
 (0)