Ignore VS Code workspace files

Remove the checked-in workspace file and ignore local VS Code
workspace files going forward.
This commit is contained in:
Marco Allegretti 2026-05-06 08:27:13 +02:00
parent 8aabeed02b
commit 39e5a504a3
3 changed files with 1 additions and 11 deletions

1
.gitignore vendored
View file

@ -15,6 +15,7 @@ build
/cmake-build* /cmake-build*
.cache .cache
.vscode/ .vscode/
*.code-workspace
.kdev4/ .kdev4/
*.kdev4 *.kdev4

View file

@ -11,7 +11,3 @@ Files: HACKING.md
Copyright: Plasma-Mobile contributors Copyright: Plasma-Mobile contributors
License: CC-BY-SA-4.0 License: CC-BY-SA-4.0
Files: Nebra.code-workspace
Copyright: Shift contributors
License: CC0-1.0

View file

@ -1,7 +0,0 @@
{
"folders": [
{
"path": "."
}
]
}