diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 1cedb18..67873c0 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -143,5 +143,9 @@ "ansible.validation.lint.path": "VIRTUAL_ENV= ansible-lint", "files.associations": { "*.yml": "ansible" - } + }, + "explorer.excludeGitIgnore": true, + "git.allowForcePush": true, + "git.autoStash": true, + "git.blame.editorDecoration.enabled": true } \ No newline at end of file