Expand description
.aaaiignore — gitignore-style path exclusion for the diff engine.
Rules are plain glob patterns, one per line. Lines beginning with #
are comments. Blank lines are ignored. A leading ! negates a rule.
§Example .aaaiignore
# Generated files
target/**
*.lock
.DS_Store
# Never ignore these
!Cargo.lockStructs§
- Ignore
Rules - A compiled set of ignore rules loaded from an
.aaaiignorefile.