nifi/.gitignore
ben 5470de949e
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 <git@benjamin.ie>
Signed-off-by: Joe Witt <joewitt@apache.org>
2020-08-10 10:22:34 -07:00

19 lines
156 B
Plaintext

target
.project
.settings
.classpath
nbactions.xml
nb-configuration.xml
.DS_Store
.metadata
.recommenders
# Intellij
.idea/
*.iml
*.iws
*.ipr
*~
.vscode/