add docs and tests

This commit is contained in:
Arthur
2026-03-10 08:58:07 -07:00
parent 83c6149e49
commit 86f6de40d2
2 changed files with 21 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ A set of rules (one per line) identifying files or paths to ignore during synchr
| `README` | Ignore any files named `README` |
| `*.txt` | Ignore any files with a `.txt` extension |
| `data???.json` | Ignore e.g. `data123.json` |
| `subdir/*` | Ignore all files directly within `subdir/` |
| `subdir/*` | Ignore all files within `subdir/` |
| `subdir/*/*` | Ignore all files one level deep within `subdir/` |
| `*/dev/*` | Ignore files inside any directory named `dev/` |