Skip to content

Commit

Permalink
Added IntelliJ generated .ipr to .gitignore
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
benkelly committed Aug 6, 2020
1 parent 93e5abf commit 0f61671
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 0f61671

Please sign in to comment.