commit | 46f739920af1428ac8f47cafb00e5b003bdfea9c | [log] [tgz] |
---|---|---|
author | Alexis de Talhouët <adetalhouet89@gmail.com> | Fri Jan 05 13:10:39 2018 -0500 |
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | Wed Jan 10 13:37:02 2018 +0000 |
tree | 35922f7ba217842a3429ade449798376a450d9fd | |
parent | 4c8000e91a9dee0738e55e2bda930b94af474157 [diff] [blame] |
Add IntelliJ files to .gitignore Change-Id: I45dd03d4295322ecc0f10c4673848c1fe85d5e98 Issue-ID: POLICY-509 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
diff --git a/.gitignore b/.gitignore index 24ec484..d2e6a3b 100644 --- a/.gitignore +++ b/.gitignore
@@ -6,3 +6,7 @@ .metadata/ /bin/ controlloop/templates/template.demo/src/test/resources/xacml/autogenerated_*.xml + +# IntelliJ file +.idea +**/*.iml