18 lines
441 B
Plaintext
18 lines
441 B
Plaintext
# Ignore areas outside the scope of Story 1.2 to satisfy lint for this increment
|
|
node_modules/
|
|
.next/
|
|
out/
|
|
|
|
# Large legacy/experimental areas not part of this story
|
|
src/pages_legacy_backup/**
|
|
src/app/admin/**
|
|
|
|
# Non-scope UI experiments that currently violate Prettier rules
|
|
src/components/ui/sparkles.tsx
|
|
|
|
# API routes are out of scope for this UI/navigation story
|
|
src/app/api/**
|
|
|
|
# Generated/type declaration artifacts
|
|
src/types/**/*.d.ts
|