Untrack flatpak_backup folder and ignore it locally

This commit is contained in:
Sebastian Palencsar
2026-05-27 08:25:06 +02:00
parent 9f1cb4d259
commit f76367ef54
2 changed files with 3 additions and 30 deletions

3
.gitignore vendored
View File

@@ -48,3 +48,6 @@ org.kde.bearwave.desktop
## OS noise ## OS noise
.DS_Store .DS_Store
## Local Flatpak backup
flatpak_backup/

View File

@@ -1,30 +0,0 @@
{
"app-id": "de.nerdbear.bearwave",
"runtime": "org.kde.Platform",
"runtime-version": "6.10",
"sdk": "org.kde.Sdk",
"command": "bearwave",
"finish-args": [
"--share=network",
"--socket=wayland",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--own-name=org.mpris.MediaPlayer2.bearwave",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.kde.StatusNotifierWatcher",
"--share=ipc"
],
"modules": [
{
"name": "bearwave",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}