From e727811823e0110c1f3df48414b74fcd5895a960 Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Mon, 5 Oct 2020 12:27:54 +0200 Subject: [PATCH] Add .gitignore file for shipping service --- shipping/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 shipping/.gitignore diff --git a/shipping/.gitignore b/shipping/.gitignore new file mode 100644 index 0000000..7075a2f --- /dev/null +++ b/shipping/.gitignore @@ -0,0 +1,4 @@ +/target +/.classpath +/.project +/.settings