From: mark.j.leonard Date: Thu, 14 Mar 2019 15:05:28 +0000 (+0000) Subject: Add Eclipse files to .gitignore X-Git-Tag: 1.4.1~26 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fbabel.git;a=commitdiff_plain;h=b0b28f8522579a207b34b51d54f9f0aa76f64e74 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 --- 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