https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37556
--- Comment #7 from Rudolf Byker <[email protected]> --- > 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. _______________________________________________ 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/
