From 73d8b7160a02eb7ee7f90a6526b1f28a6a9dc40a Mon Sep 17 00:00:00 2001 From: Pranav Popuri Date: Sat, 14 Dec 2024 22:25:14 -0800 Subject: [PATCH] Added target folder to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9365b27..a190bab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -target/classes/com/funkylogclient/FunkyLogSorter.class +target target/classes/com/funkylogclient/Message.class pom.xml +