https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37556
--- Comment #8 from Julian Maurice <[email protected]> --- > 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 ? (In reply to Rudolf Byker from comment #7) > 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 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
