diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-03-14 15:05:28 +0000 |
---|---|---|
committer | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-03-14 15:05:28 +0000 |
commit | b0b28f8522579a207b34b51d54f9f0aa76f64e74 (patch) | |
tree | 5a68ddfdb9737f3e24f3b44937a7366625f064a6 /.gitignore | |
parent | 66a22b18d8560fec7ef784422cc7042e1ebb1740 (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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,10 +1,13 @@ .settings .project +.classpath +.checkstyle target/ **/logs/ **/debug-logs/ /.pydevproject /bin/ +appconfig-local/ **/.idea/ */.idea *.iml |