.Understandignore
Path:
pi-cybernetic/.understand-anything/.understandignoreRelative: .understand-anything/.understandignoreSubproject: pi-cyberneticCategory: otherLines: 19Bytes: 564Imports: 0Exports: 0
Content Preview
- # .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.
- #
- # --- Detected directories (uncomment to exclude) ---
- # test/
- # examples/
- # --- Test file patterns