mirror of
https://github.com/vale981/gitignore
synced 2025-03-04 17:31:42 -05:00

Scala.gitignore currently has more entries for SBT than SBT.gitignore itself. Copy missing entries here.
12 lines
224 B
Text
12 lines
224 B
Text
# Simple Build Tool
|
|
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
|
|
|
|
dist/*
|
|
target/
|
|
lib_managed/
|
|
src_managed/
|
|
project/boot/
|
|
project/plugins/project/
|
|
.history
|
|
.cache
|
|
.lib/
|