Skip to content

Commit

Permalink
Remove irrelevant comment to add .gitignore entry
Browse files Browse the repository at this point in the history
The .gitignore file already contains an entry for local.sbt
and as such a developer of this library does not need to add
their own entry to their ~/.gitignore settings.
  • Loading branch information
Steve Robinson committed Oct 27, 2017
1 parent 9e5946b commit 1f16068
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ codebase and re-compiles too many files, resulting in long build times (check
meantime you can:
- Enable "Ant mode" in which sbt only re-compiles source files that were modified.
Create a file `local.sbt` containing the line `antStyle := true`.
Add an entry `local.sbt` to your `~/.gitignore`.
- Use IntelliJ IDEA for incremental compiles (see [IDE Setup](#ide-setup) below) - its
incremental compiler is a bit less conservative, but usually correct.

Expand Down

0 comments on commit 1f16068

Please sign in to comment.