add gitconfig

This commit is contained in:
2026-03-11 11:02:23 +00:00
parent 0aac542a0b
commit c2260a7ca9
2 changed files with 25 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
---@class SigilConfig
---@field target table<string, string|boolean>
---@field ignore? string[]
---@type SigilConfig
local config = {
target = {
linux = "~",
default = "~",
},
ignore = {
-- "**/.DS_Store",
-- "**/*.tmp",
-- "cache/**",
},
}
return config
+7
View File
@@ -0,0 +1,7 @@
[user]
name = Thomas G. Lopes
email = thomasgl@pm.me
[pull]
rebase = true
[init]
defaultBranch = main