update gitignore with special note about github actions node wierdness

This commit is contained in:
softprops 2019-09-09 21:12:13 +09:00
parent 60358a145c
commit b95cbf8762

3
.gitignore vendored
View File

@ -1 +1,4 @@
__tests__/runner/*
# actions requires a node_modules dir https://github.com/actions/toolkit/blob/master/docs/javascript-action.md#publish-a-releasesv1-action
# but its recommended not to check these in https://github.com/actions/toolkit/blob/master/docs/action-versioning.md#recommendations
node_modules