diff options
author | Nelson, Thomas (arthurdent3) <nelson24@att.com> | 2019-05-15 17:59:33 +0000 |
---|---|---|
committer | Nelson, Thomas (arthurdent3) <nelson24@att.com> | 2019-05-15 17:59:33 +0000 |
commit | b426a6e832df4db4a57c0d271559fd0b0926e02d (patch) | |
tree | d6c8b23ea14bb5a33d07dc747d9f8434d97406ab /.gitignore | |
parent | d6e7b63cc580e7b3822be61fe92a493ad5e222a3 (diff) |
Update junit test
Change-Id: I1c39d008958cebed0454b5a1f980e3c88082c876
Issue-ID: MUSIC-395
Signed-off-by: Nelson, Thomas (arthurdent3) <nelson24@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,7 +15,11 @@ src/main/webapp .DS_Store ._* +# Ignore jars +**/*.jar *.jar + + .metadata # Eclipse stuff .settings/ |