Update gitignore to avoid codeql metadata files

Also, we're no longer using the rush package manager, so delete that
from gitignore.
This commit is contained in:
Andrew Eisenberg
2022-11-18 11:33:53 -08:00
parent 3e7e4b86bd
commit 4eb465277a

7
.gitignore vendored
View File

@@ -16,7 +16,6 @@ artifacts/
# Visual Studio workspace state
.vs/
# Rush files
/common/temp/**
package-deps.json
**/.rush/temp
# CodeQL metadata
.cache/
.codeql/