From 36699c1558e4df0977a4dbd93b1bbe9bb629276f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Renoux?= Date: Thu, 15 Aug 2024 15:11:25 +0200 Subject: [PATCH] Fix .gitignore (#56) --- .gitignore | 32 +++------------- .idea/.name | 1 - .idea/codeStyles/codeStyleConfig.xml | 5 --- .idea/misc.xml | 5 --- .idea/modules.xml | 13 ------- .idea/sbt.xml | 23 ------------ .idea/scala_compiler.xml | 51 -------------------------- .idea/vcs.xml | 6 --- .idea/zio_testrunner_resolve_cache.xml | 16 -------- 9 files changed, 5 insertions(+), 147 deletions(-) delete mode 100644 .idea/.name delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/sbt.xml delete mode 100644 .idea/scala_compiler.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/zio_testrunner_resolve_cache.xml diff --git a/.gitignore b/.gitignore index 646ba9e..f2a5153 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ ### Scala ### - *.class *.log @@ -20,30 +19,9 @@ project/project/target/ .metals .bsp - - ### Intellij ### - -*.iws -*.iml - -# User-specific stuff -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/**/usage.statistics.xml -.idea/**/dictionaries -.idea/**/shelf -.idea/checkstyle-idea.xml - -# Generated files -.idea/**/contentModel.xml -.idea/libraries/ - -# Sensitive or high-churn files -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml +# Ignore everything except formatting configuration +.idea/* +!.idea/codeStyles +.idea/codeStyles/* +!.idea/codeStyles/Project.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index c637123..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -tranzactio-root \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 9531eeb..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 7b292ac..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 553c858..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/sbt.xml b/.idea/sbt.xml deleted file mode 100644 index a71613b..0000000 --- a/.idea/sbt.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/scala_compiler.xml b/.idea/scala_compiler.xml deleted file mode 100644 index 70918da..0000000 --- a/.idea/scala_compiler.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/zio_testrunner_resolve_cache.xml b/.idea/zio_testrunner_resolve_cache.xml deleted file mode 100644 index 7a95547..0000000 --- a/.idea/zio_testrunner_resolve_cache.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - \ No newline at end of file