Skip to content

Commit cc5fc68

Browse files
committed
chore: gitignore local pwned-deps cache + drop accidentally-committed sqlite
The capture_demos.py script writes an OSV cache to .pwned-deps-cache/ which got picked up by 'git add -A' in the previous commit. Untrack it and add an ignore rule so future runs don't re-add it.
1 parent 0def24c commit cc5fc68

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ Thumbs.db
4545

4646
# Captured base-image digest (regenerated by `make pin-base`)
4747
base-image.lock
48+
49+
# pwned-deps local cache
50+
.pwned-deps-cache/

.pwned-deps-cache/demo-osv.sqlite

-24 KB
Binary file not shown.

0 commit comments

Comments
 (0)