1
0
mirror of https://github.com/github/gitignore synced 2024-12-03 08:55:43 +01:00

IDE specific ignores for scala projects

This commit is contained in:
Sergey Krauchenia 2013-12-23 01:12:40 +03:00
parent 07e4992c29
commit d70d6188a0

View File

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