biohazard-vfx/.eslintignore
nicholai 5d205b6303
Some checks are pending
Build and Push to Docker Hub / Push Docker image to Docker Hub (push) Waiting to run
Build and Push Docker Image / build-and-push (push) Waiting to run
1.2 completed
2025-09-24 14:18:41 -06:00

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