From bc0c06fd2340acdac6db27de8a67de9e04992199 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Fri, 26 Jan 2024 10:47:35 +0100 Subject: [PATCH] Ignore .idea folder --- jOOQ-examples/jOOQ-spring-boot-example/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/jOOQ-examples/jOOQ-spring-boot-example/.gitignore b/jOOQ-examples/jOOQ-spring-boot-example/.gitignore index 4440e58198..922665f45a 100644 --- a/jOOQ-examples/jOOQ-spring-boot-example/.gitignore +++ b/jOOQ-examples/jOOQ-spring-boot-example/.gitignore @@ -1,6 +1,7 @@ .classpath .project .settings +.idea /target /*.iml /bin/