From 74265cc3a4323814aac4f824d862918e9c38753f Mon Sep 17 00:00:00 2001 From: mathias Date: Fri, 1 Oct 2021 17:49:19 +0200 Subject: [PATCH] Created the .gitignore with my default exclusions --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6ae4c0f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Git exclusions +/.idea/ +/target/ \ No newline at end of file