Files
q-blog/.eslintignore.bak
2025-08-16 22:15:29 -04:00

16 lines
270 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Phase 0: limit lint to harness/docs/scripts; app code will be addressed in Phase 13 sweeps.
node_modules/
dist/
coverage/
.vite/
.gitea/
# Ignore full app sources during Phase 0
src/**
# Type definitions are not linted
**/*.d.ts
# Build artifacts & caches
*.log