astro/.gitignore
Jonathan Neal fb9a77b77f
Update smoke tests to include external docs and www (#2557)
* Update smoke tests

* nit: remove old comment

* chore: have smoketests use workspace

* nit: re-order application and execution
2022-02-15 10:51:12 -05:00

18 lines
267 B
Text

node_modules/
dist/
*.tsbuildinfo
.DS_Store
.vercel
_site/
scripts/smoke/*-main/
*.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
!packages/astro/vendor/vite/dist