Skip to content

Commit 5650ff4

Browse files
chore: update .gitignore to ensure that the legacy caches are ignored (#25147)
1 parent 685e7bd commit 5650ff4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -389,3 +389,11 @@ globbed_node_modules
389389
# Snapshot Binaries
390390
snapshot_blob.bin
391391
v8_context_snapshot.x86_64.bin
392+
393+
# Legacy snapshot cache files
394+
tooling/v8-snapshot/cache/dev-darwin
395+
tooling/v8-snapshot/cache/dev-linux
396+
tooling/v8-snapshot/cache/dev-win32
397+
tooling/v8-snapshot/cache/prod-darwin
398+
tooling/v8-snapshot/cache/prod-linux
399+
tooling/v8-snapshot/cache/prod-win32

0 commit comments

Comments
 (0)