add gitconfig
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,7 @@
|
||||
[user]
|
||||
name = Thomas G. Lopes
|
||||
email = thomasgl@pm.me
|
||||
[pull]
|
||||
rebase = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
Reference in New Issue
Block a user