From 96a114cb7b8c23835b3aa4205b56c88ba5e7c6c3 Mon Sep 17 00:00:00 2001 From: Glenn Adams Date: Sun, 12 Mar 2023 19:39:13 -0500 Subject: [PATCH] Add git ignores (#71) --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..b4ec6dd10 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ + +# maven artifacts +target/ + +# test artifacts +build/ + +# miscellaneous +*~ +*.bak -- 2.39.5