diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json index 86178bd7..acae61c0 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,12 @@ "type": "boolean", "default": true, "description": "Ignore submodules.\n忽略子模块。" + }, + "Lua.workspace.useGitIgnore": { + "scope": "resource", + "type": "boolean", + "default": true, + "description": "Ignore files list in .gitignore.\n忽略.gitignore中列举的文件。" } } } |