From e4de11127fda053e15b7159ce29f8609f11a6c30 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Wed, 8 Jan 2025 11:39:50 +0100 Subject: [PATCH] chore --- .gitignore | 4 +- .idea/.gitignore | 3 - .idea/caches/deviceStreaming.xml | 329 ------------------------------- .idea/misc.xml | 6 - .idea/modules.xml | 8 - .idea/streamyfin.iml | 9 - .idea/vcs.xml | 6 - 7 files changed, 3 insertions(+), 362 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/caches/deviceStreaming.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/streamyfin.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 33ed8e6d..1878db42 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,6 @@ credentials.json *.ipa .continuerc.json -.vscode/ \ No newline at end of file +.vscode/ +.idea/ +.ruby-lsp \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d33521..00000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml deleted file mode 100644 index b81700b5..00000000 --- a/.idea/caches/deviceStreaming.xml +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 639900d1..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index ba6d5c31..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/streamyfin.iml b/.idea/streamyfin.iml deleted file mode 100644 index d6ebd480..00000000 --- a/.idea/streamyfin.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddf..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file