23783648b6
* Add a memory leak test * Add memory leak smoke test to CI * Update the latest compiler * Update yarn.lock * Remove entries optimization * Calculate as 5% higher
19 lines
301 B
Text
19 lines
301 B
Text
node_modules/
|
|
dist/
|
|
*.tsbuildinfo
|
|
.DS_Store
|
|
.vercel
|
|
_site/
|
|
scripts/smoke/*-main/
|
|
scripts/memory/project/src/pages/
|
|
*.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
|