feat: move all gpg config to separate file

This file usually contains environment-specific config
This commit is contained in:
Devin Haska 2024-07-29 17:34:58 -07:00 committed by GitHub
parent 617332a3e7
commit 2ded8f87e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,8 @@
[gpg]
format = ssh
[user] [user]
email = 2636402+wonderfulfrog@users.noreply.github.com email = 2636402+wonderfulfrog@users.noreply.github.com
name = Devin Haska name = Devin Haska
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMsHM+4BN+DKbEW3toSbQh60k3b5qYQOE5bo/6gIJ7Y1
[core] [core]
editor = nvim editor = nvim
[commit]
gpgsign = true
[init] [init]
defaultBranch = main defaultBranch = main
[include] [include]