You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2020/08/10 17:22:52 UTC

[nifi] branch main updated: NIFI-7715 This closes #4456. Added IntelliJ generated `.ipr` to `.gitignore`

This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 5470de9  NIFI-7715 This closes #4456. Added IntelliJ generated `.ipr` to `.gitignore`
5470de9 is described below

commit 5470de949e72459f84de5a468d576c1817eff66d
Author: ben <gi...@benjamin.ie>
AuthorDate: Thu Aug 6 12:23:50 2020 +0100

    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 <gi...@benjamin.ie>
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 1e9336f..2548f5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@ nb-configuration.xml
 .idea/
 *.iml
 *.iws
+*.ipr
 *~
 
 .vscode/