From 2ab7a00a9cf7677ac3ee6df15b93667456b96c9e Mon Sep 17 00:00:00 2001 From: TiagoRG <35657250+TiagoRG@users.noreply.github.com> Date: Wed, 11 Jan 2023 18:07:59 +0000 Subject: [PATCH] IDEA config added --- 1ano/fp/.idea/.gitignore | 8 ++++++++ 1ano/fp/.idea/codeStyles/codeStyleConfig.xml | 5 +++++ 1ano/fp/.idea/discord.xml | 7 +++++++ 1ano/fp/.idea/fp.iml | 12 ++++++++++++ .../inspectionProfiles/Project_Default.xml | 17 +++++++++++++++++ .../inspectionProfiles/profiles_settings.xml | 6 ++++++ 1ano/fp/.idea/misc.xml | 4 ++++ 1ano/fp/.idea/modules.xml | 8 ++++++++ 1ano/fp/.idea/vcs.xml | 6 ++++++ 9 files changed, 73 insertions(+) create mode 100644 1ano/fp/.idea/.gitignore create mode 100644 1ano/fp/.idea/codeStyles/codeStyleConfig.xml create mode 100644 1ano/fp/.idea/discord.xml create mode 100644 1ano/fp/.idea/fp.iml create mode 100644 1ano/fp/.idea/inspectionProfiles/Project_Default.xml create mode 100644 1ano/fp/.idea/inspectionProfiles/profiles_settings.xml create mode 100644 1ano/fp/.idea/misc.xml create mode 100644 1ano/fp/.idea/modules.xml create mode 100644 1ano/fp/.idea/vcs.xml diff --git a/1ano/fp/.idea/.gitignore b/1ano/fp/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/1ano/fp/.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/1ano/fp/.idea/codeStyles/codeStyleConfig.xml b/1ano/fp/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/1ano/fp/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/1ano/fp/.idea/discord.xml b/1ano/fp/.idea/discord.xml new file mode 100644 index 0000000..d8e9561 --- /dev/null +++ b/1ano/fp/.idea/discord.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/1ano/fp/.idea/fp.iml b/1ano/fp/.idea/fp.iml new file mode 100644 index 0000000..8b8c395 --- /dev/null +++ b/1ano/fp/.idea/fp.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/1ano/fp/.idea/inspectionProfiles/Project_Default.xml b/1ano/fp/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..9fa7302 --- /dev/null +++ b/1ano/fp/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/1ano/fp/.idea/inspectionProfiles/profiles_settings.xml b/1ano/fp/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/1ano/fp/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/1ano/fp/.idea/misc.xml b/1ano/fp/.idea/misc.xml new file mode 100644 index 0000000..a971a2c --- /dev/null +++ b/1ano/fp/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/1ano/fp/.idea/modules.xml b/1ano/fp/.idea/modules.xml new file mode 100644 index 0000000..50d453c --- /dev/null +++ b/1ano/fp/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/1ano/fp/.idea/vcs.xml b/1ano/fp/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/1ano/fp/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file