mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
32 lines
356 B
Text
32 lines
356 B
Text
|
# Benchmark artifacts
|
||
|
benchmark/projects/
|
||
|
benchmark/results/
|
||
|
|
||
|
# Deep Directories
|
||
|
**/dist
|
||
|
**/smoke
|
||
|
**/node_modules
|
||
|
**/fixtures
|
||
|
**/vendor
|
||
|
**/.vercel
|
||
|
|
||
|
# Short-term need to format
|
||
|
!packages/db/test/fixtures
|
||
|
|
||
|
# Directories
|
||
|
.github
|
||
|
.changeset
|
||
|
|
||
|
# Files
|
||
|
pnpm-lock.yaml
|
||
|
|
||
|
# Formatted by Biome
|
||
|
**/*.json
|
||
|
**/*.jsonc
|
||
|
**/*.js
|
||
|
**/*.ts
|
||
|
**/*.tsx
|
||
|
**/*.jsx
|
||
|
**/*.mjs
|
||
|
**/*.cjs
|