mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
40e8450671
* chore: configuration * chore: update main commands * chore: revert formatting package.json * chore: rebase
30 lines
345 B
Text
30 lines
345 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
|
|
**/*.js
|
|
**/*.ts
|
|
**/*.tsx
|
|
**/*.jsx
|
|
**/*.mjs
|
|
**/*.cjs
|