diff --git a/.gitignore b/.gitignore index acfc1574..333ca965 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# Strapi + # Logs logs *.log @@ -58,4 +60,40 @@ typings/ .env .DS_Store -.idea \ No newline at end of file +.idea + +### Astro ### +# build output +dist/ + +# Local fonts +fonts/ + +# cache files +.eslintcache + +# generated types +.astro/ + +# dependencies +node_modules/ +package-lock.json + +# logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# environment variables +.env +.env.production + +# macOS-specific files +.DS_Store + +# Local Netlify folder +.netlify + +# Local Vercel folder +.vercel \ No newline at end of file