diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-03-18 17:07:42 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-03-18 17:08:36 +0200 |
commit | e890338b932815d2b1a3edf26d6a10bd493e502a (patch) | |
tree | 317511f50dae008a5f6e900f5e7df569ef4c4833 /vid-app-common/.gitignore | |
parent | b324a34d09bcfec4fa66f39184f1a42a0101ff84 (diff) |
Test manual-tasks-controller
Issue-ID: VID-403
Change-Id: I547b6653ad7d5bacd50a7254de390a42a7b349c0
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-app-common/.gitignore')
-rw-r--r-- | vid-app-common/.gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vid-app-common/.gitignore b/vid-app-common/.gitignore index 675c1faed..ce72daaf2 100644 --- a/vid-app-common/.gitignore +++ b/vid-app-common/.gitignore @@ -5,4 +5,8 @@ debug-logs/ target/ .idea/ .classpath -.project
\ No newline at end of file +.project + +# gulp/jest files # +node_modules/ +coverage/ |