43 lines
528 B
Text
43 lines
528 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Astro build and type caches
|
|
.astro/
|
|
dist/
|
|
|
|
# Local package-manager and tool caches
|
|
.cache/
|
|
.pnpm-store/
|
|
|
|
# Environment overrides
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Nix shell helpers
|
|
.envrc
|
|
.direnv/
|
|
result
|
|
result-*
|
|
|
|
# Release and sync scratch space
|
|
_wry/
|
|
.release-tmp/
|
|
|
|
# Generated by scripts/sync-specs.mjs
|
|
public/spec/
|
|
src/content/docs/index.md
|
|
src/content/docs/reference/
|
|
|
|
# OS/editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|