astro/.gitignore
Matthew Phillips a0639b34f0 Use Vite fork
2021-10-18 14:53:07 -04:00

16 lines
No EOL
229 B
Text

node_modules/
dist/
*.tsbuildinfo
.DS_Store
.vercel
_site/
*.log
package-lock.json
# .vscode files other than at top-level
**/.vscode
# do not commit .env files or any files that end with `.env`
*.env
!packages/astro/vite/dist