From d7b27c9241ab82c332eb6d007ee814ed8928937b Mon Sep 17 00:00:00 2001 From: Victor Nogueira Date: Thu, 24 Nov 2022 16:21:38 +0200 Subject: [PATCH] Use the auto-generated .idea directory (#71) --- .idea/.gitignore | 16 +- .idea/compiler.xml | 18 +++ .idea/encodings.xml | 6 + .idea/jarRepositories.xml | 30 ++++ .idea/jpa-buddy.xml | 7 + .idea/misc.xml | 1 + .idea/modules.xml | 8 - .../PetClinicApplication.run.xml | 45 ------ .../PetClinicApplication.xml | 16 ++ .idea/spring-petclinic.iml | 140 ------------------ .idea/vcs.xml | 6 + 11 files changed, 92 insertions(+), 201 deletions(-) create mode 100644 .idea/compiler.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/jarRepositories.xml create mode 100644 .idea/jpa-buddy.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/runConfigurations/PetClinicApplication.run.xml create mode 100644 .idea/runConfigurations/PetClinicApplication.xml delete mode 100644 .idea/spring-petclinic.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore index 5e987fd5..13566b81 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,8 +1,8 @@ -* -# The two next files are necessary when sharing Run Configurations for the project. -!runConfigurations/ -!runConfigurations/* -# The three next files are necessary for indexing JDK and Maven Dependencies during IntelliJ Warmup. -!misc.xml -!modules.xml -!*.iml +# 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/compiler.xml b/.idea/compiler.xml new file mode 100644 index 00000000..d62a640c --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 00000000..63e90019 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 00000000..e9b6ab36 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/jpa-buddy.xml b/.idea/jpa-buddy.xml new file mode 100644 index 00000000..898e07a6 --- /dev/null +++ b/.idea/jpa-buddy.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 073e6d99..8d224d85 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,6 @@ +