From 524997091437eacb3dba098103b5c6313c03683d Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Sun, 3 Mar 2019 16:56:56 -0500 Subject: Add cucumber dependency for all projects This will be used in all the projects for integration testing. Also cleared some intelliJ from .gitignore Issue-ID: POLICY-1273 Change-Id: If2cc6a28a972a5b4dbbb64139f0fad6e8518cb5c Signed-off-by: Pamela Dragosh --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 236c0b3b..01eaa82c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ target .metadata/ /bin/ +.idea +**/*.iml -- cgit 1.2.3-korg