From f19957dbc599fbc19c8465098b29844dfb6ca8ca Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Sun, 1 Sep 2024 20:28:50 +0200 Subject: [PATCH] Do not export npmrc-file --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a7b9f3b..083390f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,6 @@ .github export-ignore +.npmrc export-ignore +.ncurc.js export-ignore package.json export-ignore package-lock.json export-ignore /css/.gitkeep export-ignore @@ -12,6 +14,5 @@ package-lock.json export-ignore /resources export-ignore /tools export-ignore LICENSE export-ignore -ncurc.js export-ignore README.md export-ignore webpack.config.js export-ignore