From 1abf4078d8a0c8dd623031393e75e96d00ae01f6 Mon Sep 17 00:00:00 2001 From: Mohamed Kiswani Date: Thu, 12 Dec 2019 22:12:44 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index baea99a..42ee9b5 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ buildNumber.properties .mvn/wrapper/maven-wrapper.jar.idea/ .idea/ .mvn/ + **/target/ **/target/** ing-atms-locations-loader.iml @@ -19,4 +20,4 @@ web.iml target/ node_modules/ js/ -.DS_Store \ No newline at end of file +.DS_Store