From fb1387391a863296c3d655d809a3f22f59b33c2d Mon Sep 17 00:00:00 2001 From: gowridurgad Date: Fri, 20 Feb 2026 17:32:17 +0530 Subject: [PATCH] fix security alerts --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index cdfee2d3..303140bd 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,18 @@ typings/ # DynamoDB Local files .dynamodb/ + +# Ignore everything inside fixture package-manager folders +__tests__/data/npm/** +__tests__/data/pnpm/** +__tests__/data/yarn/** + +# Keep only fixture manifests + lockfiles +!__tests__/data/npm/package.json +!__tests__/data/npm/package-lock.json + +!__tests__/data/pnpm/package.json +!__tests__/data/pnpm/pnpm-lock.yaml + +!__tests__/data/yarn/package.json +!__tests__/data/yarn/yarn.lock