diff options
author | Nelson, Thomas (tn1381) <tn1381@att.com> | 2019-06-25 19:48:27 -0400 |
---|---|---|
committer | Nelson, Thomas (tn1381) <tn1381@att.com> | 2019-06-26 11:18:47 -0400 |
commit | 7a8411afab33104f8bea2048411bb9da5e7b0f68 (patch) | |
tree | 677a1cac68bc8f25ad5d14412ae7d92fec1c0282 /.gitignore | |
parent | fcca903302375403ff16216ce9b4b3cca2d1362c (diff) |
Sonar fixes for MusicApplication
and util files.
Fixed Testing issuse
Update Gitignore to include vscode.
Issue-ID: MUSIC-419
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
Change-Id: I202613f905e2ef0cde338e7c98074faf68bc649a
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -33,3 +33,11 @@ debug-logs/ docs/Makefile docs/_build docs/conf.py + +#VSCODE +.VSCODE +.attach_pid* + + +#jmeter +jmeter.log |