nfdi4plants / ARCCommander

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

[Feature Request] Include common junk items in standard .gitignore #143

Closed HLWeil closed 1 year ago

HLWeil commented 2 years ago

Some files created by OS specific programs might clutter folders in the ARC, adding unnecessary additional overhead to all steps included (Like syncing with the git remote). Files like this might include the Desktop.ini.

The ArcCommander already has a standard .gitignore, that can optionally be created when initializing the ARC. Maybe this .gitignore might be extended with some additional rules for catching these unwanted files.

@dvs-frbg @muehlhaus @chgarth

chgarth commented 2 years ago

Good idea. We can borrow from this repo, which has ignore rules for macOS, Windows, Linux, and MS Office.