From 20834e3ff92c516d7f899d5690d7ad1d4bd21a0a Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Sun, 20 Apr 2025 02:21:40 +0200 Subject: [PATCH] misc(ide): add search scopes and IDE ignore files to git Signed-off-by: Erik Michelson --- .gitignore | 4 ++++ .idea/hedgedoc.iml | 38 ++++++++++++++++++++++++++++++++++++++ .idea/icon.svg | 32 ++++++++++++++++++++++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/scopes/Backend.xml | 3 +++ .idea/scopes/Commons.xml | 3 +++ .idea/scopes/Frontend.xml | 3 +++ 7 files changed, 91 insertions(+) create mode 100644 .idea/hedgedoc.iml create mode 100644 .idea/icon.svg create mode 100644 .idea/modules.xml create mode 100644 .idea/scopes/Backend.xml create mode 100644 .idea/scopes/Commons.xml create mode 100644 .idea/scopes/Frontend.xml diff --git a/.gitignore b/.gitignore index 448c3395c..7f1bab8df 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,10 @@ composer.lock .DS_Store .idea/ !.idea/copyright/ +!.idea/scopes/ +!.idea/modules.xml +!.idea/hedgedoc.iml +!.idea/icon.svg Thumbs.db npm-debug.log newrelic_agent.log diff --git a/.idea/hedgedoc.iml b/.idea/hedgedoc.iml new file mode 100644 index 000000000..5d5fcfbd3 --- /dev/null +++ b/.idea/hedgedoc.iml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/icon.svg b/.idea/icon.svg new file mode 100644 index 000000000..0d236216e --- /dev/null +++ b/.idea/icon.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..b37dc60d1 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/scopes/Backend.xml b/.idea/scopes/Backend.xml new file mode 100644 index 000000000..e52571b91 --- /dev/null +++ b/.idea/scopes/Backend.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/Commons.xml b/.idea/scopes/Commons.xml new file mode 100644 index 000000000..68ac53d5a --- /dev/null +++ b/.idea/scopes/Commons.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/Frontend.xml b/.idea/scopes/Frontend.xml new file mode 100644 index 000000000..bbdef5c18 --- /dev/null +++ b/.idea/scopes/Frontend.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file