mirror of
https://github.com/github/gitignore
synced 2024-12-12 05:06:25 +01:00
28 lines
280 B
Plaintext
28 lines
280 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
|
|
.classpath
|
|
.project
|
|
|
|
# IntelliJ IDEA specific
|
|
.idea
|
|
.idea_modules
|
|
*.iml
|
|
|
|
# Emacs specific
|
|
*~
|