From 78107abae06645b580063f2885d97c1f513886e0 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 14 Feb 2026 19:47:00 +0530 Subject: Added hello world maven project --- maven/01-hello-world/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 maven/01-hello-world/.gitignore (limited to 'maven/01-hello-world/.gitignore') diff --git a/maven/01-hello-world/.gitignore b/maven/01-hello-world/.gitignore new file mode 100644 index 0000000..2f7896d --- /dev/null +++ b/maven/01-hello-world/.gitignore @@ -0,0 +1 @@ +target/ -- cgit v1.2.3