From 5fb8f6c0eb94e6bee6795f2dbdc33bce854f64bc Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Fri, 7 Feb 2020 14:31:35 -0500 Subject: Review intellij git ignored files Issue-ID: POLICY-2359 Signed-off-by: Bruno Sakoto Change-Id: Iee0846d913798e33d5f745c2d4fc7c3a89304cd0 --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7df831f3b..dbc83afef 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,12 @@ .classpath .jupiter .pydevproject -.idea + +# IntelliJ files +.idea/ +**/*.iml +overlays/ + target .metadata/ ASTRAGateway/policyEngineLog.log -- cgit 1.2.3-korg