From c7f8e571cb9d7be21eb5b2a7c3c0e4704ffdce9c Mon Sep 17 00:00:00 2001 From: Blaine Date: Thu, 18 Jun 2020 20:28:29 +0530 Subject: ignore build --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9aeb547..0e61b94 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ src/main/python/experimental/* *.pfd .vscode .vscode/*.jsons -.idea/* \ No newline at end of file +.idea/* +target/* -- cgit