mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-14 19:17:21 +02:00
gitconfig: add potentially unsafe safe paths
This commit is contained in:
parent
40580c8975
commit
320defaaac
@ -83,8 +83,14 @@
|
|||||||
[includeIf "gitdir:~/2src/"]
|
[includeIf "gitdir:~/2src/"]
|
||||||
path = ~/2src/gitconfig
|
path = ~/2src/gitconfig
|
||||||
|
|
||||||
# Don't complain about this path
|
# Don't complain about these paths
|
||||||
[safe]
|
[safe]
|
||||||
|
directory = /home/aminda/src/codeberg.org/Aminda/shell-things
|
||||||
|
directory = /home/aminda/.shell-things
|
||||||
directory = /home/linuxbrew/.linuxbrew
|
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
|
# vim: filetype=gitconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user