gitignore for IntelliJ
### Java ### *.class # Package Files # *.jar *.war *.ear ### IntelliJ ### *.iml *.ipr *.iws .idea/ ### Maven ### target/ log/