mirror of
https://github.com/github/gitignore
synced 2024-12-05 01:45:42 +01:00
e8fbad9968
add two more Scala-IDE specific ignores for intelliJ: `.idea` and `*.iml`
20 lines
199 B
Plaintext
20 lines
199 B
Plaintext
*.class
|
|
*.log
|
|
|
|
# sbt specific
|
|
.cache/
|
|
.history/
|
|
.lib/
|
|
dist/*
|
|
target/
|
|
lib_managed/
|
|
src_managed/
|
|
project/boot/
|
|
project/plugins/project/
|
|
|
|
# Scala-IDE specific
|
|
.scala_dependencies
|
|
.worksheet
|
|
.idea
|
|
*.iml
|