From 5e760d84e86494f628e291bf0d53408bde981b66 Mon Sep 17 00:00:00 2001 From: pratik Date: Wed, 15 Oct 2025 15:22:02 -0500 Subject: [PATCH] Add package-lock files to gitignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 659a6f6..6952154 100644 --- a/.gitignore +++ b/.gitignore @@ -92,5 +92,7 @@ temp/ frontend/node_modules/ frontend/.angular/ frontend/dist/ -# Keep .npmrc but ignore sensitive auth info -# The active .npmrc will be generated from .npmrc.public or .npmrc.artifactory +frontend/package-lock.json +frontend/package-lock*.json +# package-lock.json is machine-specific and depends on npm registry +# Each environment will generate its own based on local .npmrc