mirror of
https://github.com/withastro/astro.git
synced 2025-12-05 18:56:38 -06:00
37 lines
406 B
Plaintext
37 lines
406 B
Plaintext
# Benchmark artifacts
|
|
benchmark/projects/
|
|
benchmark/results/
|
|
|
|
# Deep Directories
|
|
**/dist
|
|
**/smoke
|
|
**/node_modules
|
|
**/fixtures
|
|
**/fixture
|
|
**/vendor
|
|
**/.vercel
|
|
**/.vscode-test
|
|
|
|
# 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
|
|
**/*.css
|
|
|
|
CHANGELOG.md
|