From c26e8f227aa6dd11e7ee5ef06c21d941f7b11a8a Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Fri, 10 Jan 2025 15:59:09 +0100 Subject: [PATCH] add .npmrc to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9b1ee42..1cc78dc 100644 --- a/.gitignore +++ b/.gitignore @@ -70,6 +70,7 @@ web_modules/ # Optional npm cache directory .npm +.npmrc # Optional eslint cache