mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 22:33:08 +00:00
This MR implements multiple things - Add `.vscode/` to .gitignore - Any files generated by Visual Studio code or its extensions will not be pushed. - Give `InitialStartModule` a required `name` property - Every `InitialStartModule` now requires a `name` property. This replaces the previous setup where a `property string name` was needed in the `contentitem` of the `InitialStartModule`. - Remove the cellular page if no modem - If the device has no modem (`PlasmaMM.SignalIndicator.modemAvailable == false`), the cellular page will no longer be shown.
21 lines
227 B
Text
21 lines
227 B
Text
# SPDX-FileCopyrightText: None
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
build
|
|
*.config
|
|
*.creator
|
|
*.files
|
|
*.includes
|
|
*.user
|
|
|
|
/.clang-format
|
|
/.clangd
|
|
/compile_commands.json
|
|
.idea
|
|
/cmake-build*
|
|
.cache
|
|
.vscode/
|
|
|
|
.kdev4/
|
|
*.kdev4
|
|
/build*
|