diff options
author | 2019-03-05 19:12:30 +0530 | |
---|---|---|
committer | 2019-03-05 14:01:58 +0000 | |
commit | 072f0fd7d95132f0ceb51704c88bd1f0d5eb07b3 (patch) | |
tree | 4662f481ed0aafc7f73287c9a8300ac46bbadd6a /.gitignore | |
parent | cb74bdfc5ce2152b30d47548b85b61ca782a5531 (diff) |
Added class to improve code coverage
Improves Code coverage
Change-Id: Ib86ec7a6437bcbfa3c77f3c3b077f8d19eda4a29
Issue-ID: DCAEGEN2-1262
Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 6405abb..0000000 --- a/.gitignore +++ /dev/null @@ -1,56 +0,0 @@ -*.class -.*.swp -.beamer -# Package Files # -*.jar -*.war -*.ear - -# Intellij Files & Dir # -*.iml -*.ipr -*.iws -atlassian-ide-plugin.xml -out/ -.DS_Store -./lib/ -.idea - -# Gradle Files & Dir # -build/ -.gradle/ -.stickyStorage -.build/ -target/ - -# Node log -npm-*.log -logs/ -.nux_enabled -.nux_dashboard - -# Singlenode and test data files. -/templates/ -/artifacts/ -/data/ -/data-fabric-tests/data/ - -# Checkstyle report -examples/checkstyle_report.xml - -# Examples Stuff -dependency-reduced-pom.xml - -# generated by docs build -*.pyc - -#black duck scanner results -*_bdio.jsonld -blackDuckHubProjectName.txt -blackDuckHubProjectVersionName.txt -/bin/ - - -#ECOMP LOGS -**/debug-logs/ -**/logs/
\ No newline at end of file |