From: intiluha Date: Tue, 18 Jun 2024 08:24:57 +0000 (+0000) Subject: remove .gitignore rule (#416) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/7013d5584af24ed012863d658bb47d3ba9c133b1?hp=7013d5584af24ed012863d658bb47d3ba9c133b1 remove .gitignore rule (#416) .config/git/ignore file is for listing global ignore rules for all user repositories. $HOME/.gitignore file is for listing ignore rules for $HOME repository (if you have any). They are not the same ---