astro/.gitignore

16 lines
236 B
Text
Raw Normal View History

2021-03-15 17:22:05 +00:00
node_modules/
dist/
*.tsbuildinfo
.DS_Store
.vercel
_site/
2021-04-30 21:38:40 +00:00
*.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/vendor/vite/dist