fix gitignore for public folder

This commit is contained in:
priyanshuvish
2025-07-23 12:02:08 +05:30
parent 3c4285624a
commit 08f05dab2c

4
.gitignore vendored
View File

@@ -44,6 +44,10 @@ out/
.cache/ .cache/
public/ public/
# BUT allow the folder and sitemap.xml inside it
!public/
!public/sitemap.xml
# Storybook # Storybook
storybook-static storybook-static