From bc189546b3b2069f576535a4d38f0d98d361f00a Mon Sep 17 00:00:00 2001 From: Steve Soltys Date: Fri, 19 Jan 2024 03:34:38 +0000 Subject: [PATCH] Add '/build' folders to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7688171a..4a365e37 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ hs_err_pid* ## Intellij out/ +build/ +storage/build/ +contactsbackup/build/ /lib/ .idea/* !.idea/runConfigurations*