gitconfig: add potentially unsafe safe paths

This commit is contained in:
Aminda Suomalainen 2025-04-24 13:52:15 +03:00
parent 40580c8975
commit 320defaaac
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -83,8 +83,14 @@
[includeIf "gitdir:~/2src/"]
path = ~/2src/gitconfig
# Don't complain about this path
# Don't complain about these paths
[safe]
directory = /home/aminda/src/codeberg.org/Aminda/shell-things
directory = /home/aminda/.shell-things
directory = /home/linuxbrew/.linuxbrew
directory = /home/mikaela/src/codeberg.org/Aminda/shell-things
directory = /home/mikaela/.shell-things
directory = /root/src/codeberg.org/Aminda/shell-things
directory = /root/.shell-things
# vim: filetype=gitconfig