diff --git a/.gitignore b/.gitignore index 80aa5fb5..4bc5a395 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # SPDX-FileCopyrightText: none -# # SPDX-License-Identifier: MIT /build/ @@ -15,6 +14,6 @@ src/kcm/CMakeUserPresets.json .clang-format compile_commands.json - # IDE Stuff /.idea/ +/.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 0cdd263b..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "conventionalCommits.scopes": ["kcm", "kwinscript", "core"] -}