ignore node_modules and lib

This commit is contained in:
Alif Rachmawadi
2020-03-04 14:58:33 +00:00
parent b749ad466c
commit 7c9a6f8f1c

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
!node_modules/
node_modules/
lib/
__tests__/runner/*