From d177654e5f310da5d7068464663c4dbac5a2f276 Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Tue, 8 Apr 2025 18:57:10 +0200 Subject: [PATCH] gitignore: add `/artifact_cache` (#11493) ## Problem This is generated e.g. by `test_historic_storage_formats`, and causes VSCode to list all the contained files as new. ## Summary of changes Add `/artifact_cache` to `.gitignore`. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a07a65ccef..45eb4dbf0e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/artifact_cache /pg_install /target /tmp_check