1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 17:35:43 +01:00

add ignores for intelliJ

add two more Scala-IDE specific ignores for intelliJ: `.idea` and `*.iml`
This commit is contained in:
Stefano Parmesan 2014-08-01 15:59:19 +02:00
parent 14b7566ce1
commit e8fbad9968

View File

@ -15,3 +15,5 @@ project/plugins/project/
# Scala-IDE specific # Scala-IDE specific
.scala_dependencies .scala_dependencies
.worksheet .worksheet
.idea
*.iml