# This file is managed by Lisa.
# Do not edit directly — changes will be overwritten on the next `lisa` run.

node_modules/**/*
.serverless/**/*
.webpack/**/*
.warmup/**/*
	
build
dist
node_modules
graphql
generated
public
components/ui/
src/components/ui/
playwright-report/
AGENTS.md
CHANGELOG.md
src/graphql
src/graphql-generated
*.md
*.mdx
*.sh
*.json
coverage

# Amplify CLI auto-generates files in a format Prettier disallows
# (quoted keys, commas instead of semicolons in TS object types,
# no trailing newline). Keep its scaffolding out of format gates.
# No-op for projects that don't use Amplify.
amplify

# Lisa regenerates the Codex distribution mirror (.codex/) on every run.
# Those agent/skill artifacts are generated output (e.g. double-quoted YAML
# scalars) and are not source formatting inputs. Keep them out of format gates.
# No-op for projects without a Codex mirror.
.codex

# Lisa also regenerates the OpenCode distribution mirror (.opencode/) on every
# run. Same generated-output rationale as .codex above.
# No-op for projects without an OpenCode mirror.
.opencode