From 46f739920af1428ac8f47cafb00e5b003bdfea9c Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Fri, 5 Jan 2018 13:10:39 -0500 Subject: Add IntelliJ files to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I45dd03d4295322ecc0f10c4673848c1fe85d5e98 Issue-ID: POLICY-509 Signed-off-by: Alexis de Talhouët --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 24ec48485..d2e6a3b87 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,7 @@ target .metadata/ /bin/ controlloop/templates/template.demo/src/test/resources/xacml/autogenerated_*.xml + +# IntelliJ file +.idea +**/*.iml -- cgit 1.2.3-korg