14 lines
347 B
Text
14 lines
347 B
Text
|
# Created by https://www.toptal.com/developers/gitignore/api/scala
|
||
|
# Edit at https://www.toptal.com/developers/gitignore?templates=scala
|
||
|
|
||
|
### Scala ###
|
||
|
*.class
|
||
|
*.log
|
||
|
|
||
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||
|
hs_err_pid*
|
||
|
|
||
|
# End of https://www.toptal.com/developers/gitignore/api/scala
|
||
|
|
||
|
test_run_dir/
|