Add Eclipse files to .gitignore 63/82263/1
authormark.j.leonard <mark.j.leonard@gmail.com>
Thu, 14 Mar 2019 15:05:28 +0000 (15:05 +0000)
committermark.j.leonard <mark.j.leonard@gmail.com>
Thu, 14 Mar 2019 15:05:28 +0000 (15:05 +0000)
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 <mark.j.leonard@gmail.com>
.gitignore

index 19fc351..5e13100 100644 (file)
@@ -1,10 +1,13 @@
 .settings
 .project
+.classpath
+.checkstyle
 target/
 **/logs/
 **/debug-logs/
 /.pydevproject
 /bin/
+appconfig-local/
 **/.idea/
 */.idea
 *.iml