From 08f05dab2c765fe27a44c573fa26e1142f74465c Mon Sep 17 00:00:00 2001 From: priyanshuvish Date: Wed, 23 Jul 2025 12:02:08 +0530 Subject: [PATCH] fix gitignore for public folder --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0851507..34b84ae 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,10 @@ out/ .cache/ public/ +# BUT allow the folder and sitemap.xml inside it +!public/ +!public/sitemap.xml + # Storybook storybook-static