[READ-ONLY] Mirror of https://github.com/shuuji3/java-io-lab.
0

Configure Feed

Select the types of activity you want to include in your feed.

java-io-lab / .gitignore
433 B 19 lines
1 2# Created by https://www.toptal.com/developers/gitignore/api/sbt 3# Edit at https://www.toptal.com/developers/gitignore?templates=sbt 4 5### SBT ### 6# Simple Build Tool 7# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control 8 9dist/* 10target/ 11lib_managed/ 12src_managed/ 13project/boot/ 14project/plugins/project/ 15.history 16.cache 17.lib/ 18 19# End of https://www.toptal.com/developers/gitignore/api/sbt