# Anchored to this directory only /config.local.yaml # Anywhere in the tree config.local.yaml # Leading ** — any depth **/generated/ # Trailing ** — everything below vendor/** # Middle ** — zero or more directories between the two ends packages/**/fixtures/ # Character classes and single-character wildcards *.[oa] report-?.csv snapshot-[0-9][0-9].json # Directory-only, so a FILE called cache is still tracked cache/