From 6e9debeb084038619bf83013b88b6aa0dba6fbda Mon Sep 17 00:00:00 2001 From: John Neumeier Date: Fri, 31 Oct 2025 08:12:23 +0100 Subject: [PATCH] gitignore und mehr --- .idea/.gitignore | 8 + .idea/Wortsalat_SchGehNeu.iml | 8 + .idea/editor.xml | 580 +++++++++++++++++++++++++++++++++ .idea/modules.xml | 8 + .idea/vcs.xml | 6 + Start_Windows/.idea/.gitignore | 8 + Start_Windows/.idea/editor.xml | 580 +++++++++++++++++++++++++++++++++ Start_Windows/.idea/misc.xml | 18 + Start_Windows/.idea/vcs.xml | 6 + 9 files changed, 1222 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/Wortsalat_SchGehNeu.iml create mode 100644 .idea/editor.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 Start_Windows/.idea/.gitignore create mode 100644 Start_Windows/.idea/editor.xml create mode 100644 Start_Windows/.idea/misc.xml create mode 100644 Start_Windows/.idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/Wortsalat_SchGehNeu.iml b/.idea/Wortsalat_SchGehNeu.iml new file mode 100644 index 0000000..bc2cd87 --- /dev/null +++ b/.idea/Wortsalat_SchGehNeu.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/editor.xml b/.idea/editor.xml new file mode 100644 index 0000000..8434d3b --- /dev/null +++ b/.idea/editor.xml @@ -0,0 +1,580 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..5d4c3dc --- /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 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Start_Windows/.idea/.gitignore b/Start_Windows/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/Start_Windows/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/Start_Windows/.idea/editor.xml b/Start_Windows/.idea/editor.xml new file mode 100644 index 0000000..8434d3b --- /dev/null +++ b/Start_Windows/.idea/editor.xml @@ -0,0 +1,580 @@ + + + + + \ No newline at end of file diff --git a/Start_Windows/.idea/misc.xml b/Start_Windows/.idea/misc.xml new file mode 100644 index 0000000..53624c9 --- /dev/null +++ b/Start_Windows/.idea/misc.xml @@ -0,0 +1,18 @@ + + + + + + + + \ No newline at end of file diff --git a/Start_Windows/.idea/vcs.xml b/Start_Windows/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/Start_Windows/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file