From 4460220adacdcd55df6fdc6e9aa5cdd963805acc Mon Sep 17 00:00:00 2001 From: Timerix22 Date: Thu, 11 Apr 2024 07:46:27 +0500 Subject: [PATCH] clion files --- .idea/.gitignore | 5 + .idea/customTargets.xml | 8 ++ .idea/discord.xml | 7 ++ .idea/editor.xml | 102 +++++++++++++++++++ .idea/inspectionProfiles/Project_Default.xml | 6 ++ .idea/misc.xml | 13 +++ .idea/vcs.xml | 9 ++ 7 files changed, 150 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/customTargets.xml create mode 100644 .idea/discord.xml create mode 100644 .idea/editor.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..ea7ed09 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/customTargets.xml b/.idea/customTargets.xml new file mode 100644 index 0000000..c053140 --- /dev/null +++ b/.idea/customTargets.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/discord.xml b/.idea/discord.xml new file mode 100644 index 0000000..d8e9561 --- /dev/null +++ b/.idea/discord.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/editor.xml b/.idea/editor.xml new file mode 100644 index 0000000..dbb833d --- /dev/null +++ b/.idea/editor.xml @@ -0,0 +1,102 @@ + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..2a97893 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..5314bc4 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..488b7f5 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file