33 lines
533 B
Plaintext
33 lines
533 B
Plaintext
node_modules
|
|
.nuxt
|
|
.output
|
|
dist
|
|
build
|
|
coverage
|
|
.pnpm-store
|
|
|
|
# Auto-generated by Nuxt
|
|
**/.nuxt/**
|
|
**/.output/**
|
|
|
|
# Lockfiles
|
|
pnpm-lock.yaml
|
|
Cargo.lock
|
|
|
|
# Generated tsconfigs (Nuxt)
|
|
**/.nuxt/tsconfig*.json
|
|
|
|
# env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Don't reformat OpenSpec specs / changes / docs — these are prose where
|
|
# line breaks around `### Requirement:` / `#### Scenario:` blocks are part
|
|
# of the spec's reading layout, not cosmetic.
|
|
openspec/specs/**
|
|
openspec/changes/**
|
|
openspec/MIGRATION-PLAN.md
|
|
docs/**/*.md
|
|
docs/**/*.html
|