From d9205712bbdcb9993d833a628cdc33c9dc44475c Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 13 Dec 2019 10:18:27 +0100 Subject: [PATCH] Fixed ignore file and removed IDE files --- .gitignore | 1 - .idea/libraries/target.xml | 11 --- .idea/misc.xml | 6 -- .idea/modules.xml | 9 -- .idea/workspace.xml | 191 ------------------------------------- 5 files changed, 218 deletions(-) delete mode 100644 .idea/libraries/target.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore index 73df60d..2061c9e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ target .classpath .project -.settings diff --git a/.idea/libraries/target.xml b/.idea/libraries/target.xml deleted file mode 100644 index 37180ef..0000000 --- a/.idea/libraries/target.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index e208459..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 211fc4d..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index a32e8b5..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1548929804583 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No facets are configured - - - - - - - - - - - - - - - 1.8 - - - - - - - - main - - - - - - - - 1.8 - - - - - - - - target - - - - - - - - \ No newline at end of file