We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685e7bd commit 5650ff4Copy full SHA for 5650ff4
.gitignore
@@ -389,3 +389,11 @@ globbed_node_modules
389
# Snapshot Binaries
390
snapshot_blob.bin
391
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