fb9a77b77f
* Update smoke tests * nit: remove old comment * chore: have smoketests use workspace * nit: re-order application and execution
18 lines
267 B
Text
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
|