Compare commits

..

2 Commits

Author SHA1 Message Date
76a7247f1a
feat: support .gitignore files
By default, any files which match `.gitignore` files anywhere within the tree root will be ignored.

This behaviour can be disabled by providing the `--no-gitignore` flag.

Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-01-08 12:49:46 +00:00
5b91f74f89
fix: stalling on large file sets
When running against nixpkgs we were stalling. This was due to a long running read tx which was preventing any writes.

This breaks up reading the cache when walking the filesystem into many smaller read txs.

Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-01-04 21:00:01 +00:00

Diff Content Not Available