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