From 5768d6705ecfec2febf40a4881c83ec9728a6743 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Mon, 2 Jun 2025 15:59:01 -0700 Subject: [PATCH] ignore .astro dist/build folder in fixture --- test/js/third_party/astro/fixtures/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/js/third_party/astro/fixtures/.gitignore diff --git a/test/js/third_party/astro/fixtures/.gitignore b/test/js/third_party/astro/fixtures/.gitignore new file mode 100644 index 0000000000..6bbecbce2f --- /dev/null +++ b/test/js/third_party/astro/fixtures/.gitignore @@ -0,0 +1 @@ +.astro \ No newline at end of file