Replying to @der_workfloh

@der_workfloh Changes to the .gitignore are
not free: they trigger CI runs, releases, reviews. Having people add their
favourite rules creates noise. I don't want that.

Having a huge catch-all .gitignore is no solution either, it will only cover
known files. Additions trigger noise. >

Sat, 04 Jan 2020 10:47:11 UTC1

1 reply

Replying to @coderbyheart

@der_workfloh Adding files to git is a
deliberate action, if developers add files that do not belong to a feature or
change they need to be better educated about this tool. If this is done, an
accident-preventing-gitignore is no longer needed.