https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37556 --- Comment #7 from Rudolf Byker <rudolfbyker@gmail.com> ---
Maybe this would be better than adding IDE specific code to Koha codebase?
Sorry to nit-pick here, but it's IDE-specific config, not IDE-specific code (i.e., it has no effect on the end product, only on the developer experience). It's conceptually similar to something like `.editorconfig`. It's standard practice in many projects that I have seen to have IDE-specific stuff in `.gitignore`. 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 are receiving this mail because: You are watching all bug changes.