mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 00:47:22 +00:00
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:
parent
8aabeed02b
commit
39e5a504a3
3 changed files with 1 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,6 +15,7 @@ build
|
||||||
/cmake-build*
|
/cmake-build*
|
||||||
.cache
|
.cache
|
||||||
.vscode/
|
.vscode/
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
.kdev4/
|
.kdev4/
|
||||||
*.kdev4
|
*.kdev4
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": "."
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue