diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-18 16:15:42 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-18 16:15:42 +1000 |
| commit | 6519a83af02fc1c7e41a8874462185841600fa49 (patch) | |
| tree | c6b52bf50b77360311b3af1ff541d246d1ecf63b /.gitignore | |
| parent | 276e4db4305187824998d5e3b96f838430460c09 (diff) | |
fix(git): Ignore generated documents
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,3 +6,7 @@ dist/* .cache/* tests/logs/* bench/dist/* + +# Ignore generated book from mdbook +docs/book/ +docs/book/* |
