diff --git a/.gitignore b/.gitignore index 16d54bb..8d01ac0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # build output dist/ +public/ + # generated types .astro/ @@ -17,8 +19,5 @@ pnpm-debug.log* .env .env.production -# macOS-specific files -.DS_Store - -# jetbrains setting folder -.idea/ +# caches +.cache/