0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/.gitignore

15 lines
203 B
Text
Raw Normal View History

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