[Koha-bugs] [Bug 20267] Add basic .gitignore

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 9 16:15:09 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20267

--- Comment #12 from Julian Maurice <julian.maurice at biblibre.com> ---
(In reply to Tomás Cohen Arazi from comment #11)
> (In reply to Julian Maurice from comment #10)
> > I'm not sure the IDE's stuff should go in there. It's not related to Koha
> > and is different for everyone (I use Vim, some use Emacs and some strange
> > people even use Eclipse :))
> > I'd rather keep these "personal settings" in $HOME/.config/git/ignore or
> > .git/info/exclude
> 
> We could add those too :-D
I don't need to, Vim temporary files are already ignored by my global git
config

> Feel free to remove them if you wish.
I won't remove them (it won't affect me after all) and I'll let RM have the
final word.

But let me try to convince you :)
- If anyone adds their personal preferences to this file, it can quickly become
bloated (for instance I also use ctags, so I choose to ignore /.ctags and
/TAGS, and I also have .proverc and .prove)
- If you add these preferences to $HOME/.config/git/ignore instead, the rules
work across all your git repositories, so you don't have add them again and
again to all the repositories you are working on.
So it's good for Koha (clean .gitignore) and good for you (your custom ignore
rules all in one place) :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list