diff options
author | Dan Timoney <dtimoney@att.com> | 2019-11-07 15:06:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-07 15:06:03 +0000 |
commit | 9e374a0b49cdfd3594a32ff062e210765cad14ea (patch) | |
tree | c10cc6803dab6536ee6b3d64c41e40f99358c115 /ms/blueprintsprocessor/modules/inbounds/health-api/.gitignore | |
parent | 59d3681b80e9b5f9e69b4492138ab1f056a0351d (diff) | |
parent | 843d1f7ec7c45e3aad1d5198b776bb99a235448d (diff) |
Merge "Update on Health-api"
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/health-api/.gitignore')
-rw-r--r-- | ms/blueprintsprocessor/modules/inbounds/health-api/.gitignore | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api/.gitignore b/ms/blueprintsprocessor/modules/inbounds/health-api/.gitignore new file mode 100644 index 000000000..a2a3040aa --- /dev/null +++ b/ms/blueprintsprocessor/modules/inbounds/health-api/.gitignore @@ -0,0 +1,31 @@ +HELP.md +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/** +!**/src/test/** + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ + +### VS Code ### +.vscode/ |