Skip to content

Commit 4eb4652

Browse files
committed
Update gitignore to avoid codeql metadata files
Also, we're no longer using the rush package manager, so delete that from gitignore.
1 parent 3e7e4b8 commit 4eb4652

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ artifacts/
1616
# Visual Studio workspace state
1717
.vs/
1818

19-
# Rush files
20-
/common/temp/**
21-
package-deps.json
22-
**/.rush/temp
19+
# CodeQL metadata
20+
.cache/
21+
.codeql/

0 commit comments

Comments
 (0)