1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

ignore node_modules and lib

This commit is contained in:
Alif Rachmawadi 2020-03-04 14:58:33 +00:00
parent b749ad466c
commit 7c9a6f8f1c
No known key found for this signature in database
GPG key ID: 79DA63C0F3A55BB1

3
.gitignore vendored
View file

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