https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37556 --- Comment #8 from Julian Maurice <julian.maurice@biblibre.com> ---
It's conceptually similar to something like `.editorconfig` Except .editorconfig is not specific to a single editor/IDE and *should* be committed to the repository. How are they similar in this context ?
The reason why I would not want to do this in my `.git` settings, it because I have other projects on my machine where `.idea` and/or `.vscode` should not be ignored. You can still ignore it in the repository specific .git/info/exclude file, or ignore it globally and then de-ignore it in a project specific file. Honestly it's easier than asking every project you work on to add rules for your
(In reply to Rudolf Byker from comment #7) preferred tools. (Never had seen a .swp file even once since I learned that ;)) -- You are receiving this mail because: You are watching all bug changes.