G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

Use .gitattributes to configure annex filters #302

Open achilleas-k opened 3 years ago

achilleas-k commented 3 years ago

Git-annex obeys rules in .gitattributes for filtering, so we should use that for compatibility instead of defining our own configuration. If we use that, we won't need to handle reading the local configuration and applying the rules ourselves.

This relates to https://github.com/datalad/datalad/issues/2680