astro/.gitignore
2022-01-18 11:47:08 -06:00

15 lines
211 B
Text

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