From ea3243aea7c960fb6746ae34235ed872996ae810 Mon Sep 17 00:00:00 2001 From: JECH20102004 Date: Mon, 3 Nov 2025 23:23:48 -0600 Subject: [PATCH] Create .gitignore --- .idea/.gitignore | 3 + .idea/caches/deviceStreaming.xml | 1281 ++++++++++++++++++++++++++++++ .idea/copilot-cli.iml | 9 + .idea/markdown.xml | 8 + .idea/misc.xml | 6 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + 7 files changed, 1321 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/caches/deviceStreaming.xml create mode 100644 .idea/copilot-cli.iml create mode 100644 .idea/markdown.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..26d33521 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml new file mode 100644 index 00000000..87e0dfa0 --- /dev/null +++ b/.idea/caches/deviceStreaming.xml @@ -0,0 +1,1281 @@ + + + + + + \ No newline at end of file diff --git a/.idea/copilot-cli.iml b/.idea/copilot-cli.iml new file mode 100644 index 00000000..d6ebd480 --- /dev/null +++ b/.idea/copilot-cli.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/markdown.xml b/.idea/markdown.xml new file mode 100644 index 00000000..c61ea334 --- /dev/null +++ b/.idea/markdown.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..639900d1 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..eb18215b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file