This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-slingpackager.git
commit bcfe0249469e57119f162234938a76a8bde3e180 Author: Henry Saginor <[email protected]> AuthorDate: Fri Jun 26 13:32:56 2020 -0700 Ignore node_modules folder. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f169b97..2ac76e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ !/bin/ + +**/node_modules \ No newline at end of file
