aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormark.j.leonard <mark.j.leonard@gmail.com>2019-03-14 15:05:28 +0000
committermark.j.leonard <mark.j.leonard@gmail.com>2019-03-14 15:05:28 +0000
commitb0b28f8522579a207b34b51d54f9f0aa76f64e74 (patch)
tree5a68ddfdb9737f3e24f3b44937a7366625f064a6
parent66a22b18d8560fec7ef784422cc7042e1ebb1740 (diff)
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 <mark.j.leonard@gmail.com>
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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