.Understandignore

pi-cyberneticotherother
Path: pi-cybernetic/.understand-anything/.understandignoreRelative: .understand-anything/.understandignoreSubproject: pi-cyberneticCategory: other
Lines: 19Bytes: 564Imports: 0Exports: 0

Content Preview

  1. # .understandignore — patterns for files/dirs to exclude from analysis
  2. # Syntax: same as .gitignore (globs, # comments, ! negation, trailing / for dirs)
  3. # Lines below are suggestions — uncomment to activate.
  4. # Use ! prefix to force-include something excluded by defaults.
  5. #
  6. # Built-in defaults (always excluded unless negated):
  7. # node_modules/, .git/, dist/, build/, obj/, *.lock, *.min.js, etc.
  8. #
  9. # --- Detected directories (uncomment to exclude) ---
  10. # test/
  11. # examples/
  12. # --- Test file patterns