forked from Qortal/q-blog
16 lines
270 B
Plaintext
16 lines
270 B
Plaintext
# Phase 0: limit lint to harness/docs/scripts; app code will be addressed in Phase 1–3 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
|