From ffdc5db468333079e65298f63b0a034ccadbb988 Mon Sep 17 00:00:00 2001 From: Tim Nolte Date: Thu, 10 Sep 2020 23:29:02 -0400 Subject: [PATCH] Adds Node/NPM Excludes for Git Exports (#231) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index b462efe..f26fddf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,6 +21,8 @@ /.editorconfig export-ignore /.gitattributes export-ignore /.gitignore export-ignore +/.npmrc export-ignore +/.nvmrc export-ignore /.travis.yml export-ignore /.wp-env.json export-ignore /composer.json export-ignore