nfdi4plants / ARCCommander

Tool to manage your ARCs
MIT License
11 stars 9 forks source link

remove files from syncing [Feature Request] #199

Closed eik-dahms closed 9 months ago

eik-dahms commented 1 year ago

Is your feature request related to a problem? Please describe. It should be possible to exclude files from syncing out of 3 reasons:

  1. copyright issues: files or data, that should not appear publicly in the ARC because the user has no rights to do so
  2. confidential: data, algorithms that are temporarely confidential
  3. big files: user does not want to sync big files

Describe the solution you'd like to ignore files: arc ignore <files/folders> to remove files from ignore list arc include <files/folders>

HLWeil commented 1 year ago

For this, the .gitignore should be used. Not sure whether it makes sense to also add this functionality into the ArcCommander.

HLWeil commented 9 months ago

Will close this as it's very unlikely I will be working on this.