28 lines
675 B
Plaintext
28 lines
675 B
Plaintext
# .understandignore - patterns for files/dirs to exclude from analysis
|
|
# Syntax: same as .gitignore (globs, # comments, ! negation, trailing / for dirs)
|
|
# Lines below are suggestions - uncomment to activate.
|
|
# Use ! prefix to force-include something excluded by defaults.
|
|
#
|
|
# Built-in defaults (always excluded unless negated):
|
|
# node_modules/, .git/, dist/, build/, obj/, *.lock, *.min.js, etc.
|
|
#
|
|
.understand-anything/
|
|
|
|
# --- From .gitignore (uncomment to exclude) ---
|
|
|
|
# .DS_Store
|
|
# *.tmp
|
|
# .build/
|
|
# app/.build/
|
|
|
|
# --- Detected directories (uncomment to exclude) ---
|
|
|
|
# tests/
|
|
# docs/
|
|
|
|
# --- Test file patterns (uncomment to exclude) ---
|
|
|
|
# *.test.*
|
|
# *.spec.*
|
|
# *.snap
|