initial git config

This commit is contained in:
Bryan Ramos 2026-03-09 17:32:43 -04:00
commit b20a21f879
2 changed files with 29 additions and 0 deletions

22
config Normal file
View file

@ -0,0 +1,22 @@
[init]
defaultBranch = master
[merge]
tool = vimdiff
[mergetool]
keepBackup = false
[mergetool "vimdiff"]
trustExitCode = true
[url "git@github.com:itme-brain/"]
insteadOf = https://github.com/itme-brain/
[user]
name = Bryan Ramos
email = bryan@ramos.codes
signingKey = F1F3466458452B2DF351F1E864D12BA95ACE1F2D
[commit]
gpgSign = false

7
ignore Normal file
View file

@ -0,0 +1,7 @@
node_modules
.direnv
dist-newstyle
.nuxt/
.output/
dist
result