From 24890b3a8c8165e471ccb1654aee21c7852b82fe Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Fri, 27 Feb 2026 23:06:29 +0000 Subject: [PATCH 1/2] Add .gitignore for node_modules --- eng/common/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 eng/common/.gitignore diff --git a/eng/common/.gitignore b/eng/common/.gitignore new file mode 100644 index 00000000000..4a121fbdb79 --- /dev/null +++ b/eng/common/.gitignore @@ -0,0 +1,2 @@ +# For folders containing package.json +node_modules/ From 49cf0f9662b3faef773771a2ed5a08f4cb3f7182 Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Fri, 27 Feb 2026 23:14:58 +0000 Subject: [PATCH 2/2] improve comment --- eng/common/.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eng/common/.gitignore b/eng/common/.gitignore index 4a121fbdb79..8a59021320d 100644 --- a/eng/common/.gitignore +++ b/eng/common/.gitignore @@ -1,2 +1,4 @@ -# For folders containing package.json +## Node + +# Dependency directories node_modules/