From 137903bc38edadec3529d86dd4493448b0b42b89 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Mar 2024 15:55:42 +0000 Subject: [PATCH] Ignore directories created by IDEs when using Gradle See gh-105 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 211372a..d8da377 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ /build/ .gradle/ +/bin/ +/out/ ### STS ### .apt_generated