From 4eb465277aa9af9fbebe815bbb3fc06fe7eada03 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Fri, 18 Nov 2022 11:33:53 -0800 Subject: [PATCH] Update gitignore to avoid codeql metadata files Also, we're no longer using the rush package manager, so delete that from gitignore. --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fe14849d6..94107c69e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,6 @@ artifacts/ # Visual Studio workspace state .vs/ -# Rush files -/common/temp/** -package-deps.json -**/.rush/temp +# CodeQL metadata +.cache/ +.codeql/