From 5470de949e72459f84de5a468d576c1817eff66d Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 6 Aug 2020 12:23:50 +0100 Subject: [PATCH] NIFI-7715 This closes #4456. Added IntelliJ generated `.ipr` to `.gitignore` - IntelliJ generates a `.ipr` Project File when exec the `mvn` goals `mvn idea:idea` and `mvn idea:project` - [Maven `idea` Doc](https://maven.apache.org/plugins/maven-idea-plugin/usage.html) Signed-off-by: ben Signed-off-by: Joe Witt --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1e9336fbe869..2548f5c5090c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ nb-configuration.xml .idea/ *.iml *.iws +*.ipr *~ .vscode/