From 6ff24a18fc8b6b28a340af383f8be192d646db9d Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Fri, 7 Feb 2020 14:33:19 -0500 Subject: [PATCH] Review intellij git ignored files Issue-ID: POLICY-2359 Signed-off-by: Bruno Sakoto Change-Id: Ie2203067494ee9f59c56fd9cfc7ed9023b797e44 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8ae43eae..8d4df198 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,7 @@ target .metadata/ /bin/ -.idea + +# IntelliJ files +.idea/ +**/*.iml \ No newline at end of file -- 2.16.6