mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
6884b103c8
* feat(audits): Add initial perf audits * feat(audits): Setup dev astro-island * fix(audits): Don't take scroll into account when getting an element's position * nit: lint * Fix tests * chore: changeset * maybe: Move this.hydrator outside the perf check * Update packages/astro/e2e/dev-toolbar.test.js Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * address feedback * address feedback --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
38 lines
779 B
Text
38 lines
779 B
Text
node_modules/
|
|
dist/
|
|
*.tsbuildinfo
|
|
.DS_Store
|
|
.vercel
|
|
.netlify
|
|
_site/
|
|
scripts/smoke/*-main/
|
|
scripts/memory/project/src/pages/
|
|
benchmark/projects/
|
|
benchmark/results/
|
|
*.log
|
|
package-lock.json
|
|
.turbo/
|
|
.eslintcache
|
|
.pnpm-store
|
|
|
|
# ignore top-level vscode settings
|
|
/.vscode/settings.json
|
|
|
|
# do not commit .env files or any files that end with `.env`
|
|
*.env
|
|
|
|
packages/astro/src/**/*.prebuilt.ts
|
|
packages/astro/src/**/*.prebuilt-dev.ts
|
|
!packages/astro/vendor/vite/dist
|
|
packages/integrations/**/.netlify/
|
|
|
|
# exclude IntelliJ/WebStorm stuff
|
|
.idea
|
|
|
|
# ignore content collection generated files
|
|
packages/**/test/**/fixtures/**/.astro/
|
|
packages/**/test/**/fixtures/**/env.d.ts
|
|
packages/**/e2e/**/fixtures/**/.astro/
|
|
packages/**/e2e/**/fixtures/**/env.d.ts
|
|
examples/**/.astro/
|
|
examples/**/env.d.ts
|