diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2020-02-07 14:31:35 -0500 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2020-02-07 14:31:35 -0500 |
commit | 5fb8f6c0eb94e6bee6795f2dbdc33bce854f64bc (patch) | |
tree | 9853c13a0417f2053e52e1244835163d8db09603 /.gitignore | |
parent | 6948fd05228982459ead8609f4bea3097c860fbf (diff) |
Review intellij git ignored files
Issue-ID: POLICY-2359
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Iee0846d913798e33d5f745c2d4fc7c3a89304cd0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
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 |