hypercore-protocol / cli

A CLI for peer-to-peer file sharing using the Hypercore Protocol.
MIT License
205 stars 17 forks source link

.datignore equivalent #38

Open paul90 opened 3 years ago

paul90 commented 3 years ago

Support for ignoring files and directories has been lost during the move from dat to hyper.

While there is support retained in Beaker browser, though that no longer uses .datignore it does retain a memory of what was ignore in a previous sync. Maybe this just needs a cli command to allow interaction with the ignore list for a hyperdrive, and for that list to be respected when running sync/diff.

Also see hyperspace-org/hyperdrive-service#7, and hypercore-protocol/hyperdrive-daemon#53