7 lines
313 B
Lua
7 lines
313 B
Lua
---@meta
|
|
|
|
---Configuration type for Sigil dotfile manager
|
|
---@class SigilConfig
|
|
---@field target table<string, string|boolean> Platform-specific target paths (linux, macos, windows, default). Use `false` to disable on a platform.
|
|
---@field ignore? string[] Array of glob patterns to ignore when applying symlinks
|