Open voruti opened 1 year ago
I would recommend using a global gitignore file for most of these OS specific or very common files. There's not particular reason that the project should track all the files that Operating systems and editors generate while looking at/using files.
For reference: https://sebastiandedeyne.com/setting-up-a-global-gitignore-file/
It's up to @rhyst to decide if the project would benefit from this but I personally think it'll generate more work than it'll alleviate.
While I was developing, many files were generated by Python and my IDE, which should be ignored ...