From b0b28f8522579a207b34b51d54f9f0aa76f64e74 Mon Sep 17 00:00:00 2001 From: "mark.j.leonard" Date: Thu, 14 Mar 2019 15:05:28 +0000 Subject: [PATCH] Add Eclipse files to .gitignore Also add appconfig-local/ which is the local testing configuration folder passed to Spring Boot as specified in the pom.xml Change-Id: I38ccdc3a12c1161c5377117535e2f569f8423382 Issue-ID: AAI-2210 Signed-off-by: mark.j.leonard --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 19fc351..5e13100 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,13 @@ .settings .project +.classpath +.checkstyle target/ **/logs/ **/debug-logs/ /.pydevproject /bin/ +appconfig-local/ **/.idea/ */.idea *.iml -- 2.16.6