From 24fc4c2383283953d666de22bdf824c3b54d9980 Mon Sep 17 00:00:00 2001 From: Pao Date: Mon, 13 Feb 2023 22:16:33 +0100 Subject: [PATCH] Switched to IntelliJ --- .idea/.gitignore | 3 +++ .idea/The-Only-Cure-But-Better.iml | 11 +++++++++++ .idea/libraries/zdoc_lua.xml | 9 +++++++++ .idea/libraries/zomboid_sources.xml | 11 +++++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 7 files changed, 54 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/The-Only-Cure-But-Better.iml create mode 100644 .idea/libraries/zdoc_lua.xml create mode 100644 .idea/libraries/zomboid_sources.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 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/The-Only-Cure-But-Better.iml b/.idea/The-Only-Cure-But-Better.iml new file mode 100644 index 0000000..f98a44b --- /dev/null +++ b/.idea/The-Only-Cure-But-Better.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/zdoc_lua.xml b/.idea/libraries/zdoc_lua.xml new file mode 100644 index 0000000..de7e37c --- /dev/null +++ b/.idea/libraries/zdoc_lua.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/zomboid_sources.xml b/.idea/libraries/zomboid_sources.xml new file mode 100644 index 0000000..63d9d36 --- /dev/null +++ b/.idea/libraries/zomboid_sources.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..02e1f5a --- /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 0000000..0a8cd69 --- /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