git: move config into .config

This commit is contained in:
Olexandr Smirnov 2025-08-03 23:41:01 +03:00
parent ae3bf99617
commit 82f78df095
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,7 @@
format = ssh
[gpg "ssh"]
;; echo "$(whoami) $(cat $HOME/.ssh/id_*\.pub)" | tee $HOME/.config/git/allowed_signers
allowedSignersFile = ~/.config/git/allowed_signers
[core]

4
config/git/ignore Normal file
View file

@ -0,0 +1,4 @@
/.nvim.lua
/.docker/
.env
AGENTS.md