Skip to content

Commit

Permalink
NIFI-7715 This closes apache#4456. Added IntelliJ generated .ipr to…
Browse files Browse the repository at this point in the history
… `.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 <git@benjamin.ie>
Signed-off-by: Joe Witt <joewitt@apache.org>
  • Loading branch information
benkelly authored and krisztina-zsihovszki committed Jun 27, 2022
1 parent d7ed680 commit b459658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ nb-configuration.xml
.idea/
*.iml
*.iws
*.ipr
*~

.vscode/

0 comments on commit b459658

Please sign in to comment.