---@class SigilConfig ---@field target table ---@field ignore? string[] ---@type SigilConfig local config = { target = { linux = "~/.config/DankMaterialShell", default = "~/.config/DankMaterialShell", }, ignore = { -- "**/.DS_Store", -- "**/*.tmp", -- "cache/**", }, } return config