Add package-lock files to gitignore

This commit is contained in:
pratik
2025-10-15 15:22:02 -05:00
parent 4168838fd8
commit 5e760d84e8

6
.gitignore vendored
View File

@@ -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