From b95cbf8762ffa18affac6babd8c0eda68ef49121 Mon Sep 17 00:00:00 2001 From: softprops Date: Mon, 9 Sep 2019 21:12:13 +0900 Subject: [PATCH] update gitignore with special note about github actions node wierdness --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a695807..8856f55 100644 --- a/.gitignore +++ b/.gitignore @@ -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