Skip to content

Commit a7c8651

Browse files
committed
Fix .gitignore
1 parent 2f00a44 commit a7c8651

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# https://git-scm.com/docs/gitignore
2+
/artifacts
23
/*.node
34
/node_modules
4-
/.npm/*/*.node
5+
/npm/*/*.node
56
/target

0 commit comments

Comments
 (0)