chore: remove vscode stuff

This commit is contained in:
Mikhail Zolotukhin 2022-02-09 21:35:46 +03:00
parent 2030767dd0
commit cf90219cde
2 changed files with 1 additions and 5 deletions

3
.gitignore vendored
View File

@ -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/

View File

@ -1,3 +0,0 @@
{
"conventionalCommits.scopes": ["kcm", "kwinscript", "core"]
}