Skip to content

Commit c2d42af

Browse files
committed
meta: more generic .gitignore
1 parent dfef36e commit c2d42af

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.gitignore

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
.*
2+
!.github/
3+
!.gitignore
4+
!.travis.yml
15
gyp/test
2-
node_modules
3-
test/.node-gyp
4-
.ncu
5-
.nyc_output
6+
gyp/testlib
7+
/node_modules/
68
package-lock.json

0 commit comments

Comments
 (0)