From f8aaf443ab815aee00d8ad8e1338aa6b49883514 Mon Sep 17 00:00:00 2001 From: Carl Richard Theodor Schneider Date: Fri, 7 Jan 2022 00:07:35 +0100 Subject: [PATCH] misc: Add gitignore entry for target/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a1c2a23..2029f61 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +target/