Last active
July 19, 2021 13:28
-
-
Save jadhavj/837c0071d4a791924b7e8512d316d748 to your computer and use it in GitHub Desktop.
.gitignore for Scala, SBT with IntelliJ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Created by Jayesh J. | |
*.class | |
*.log | |
*.iml | |
*.ipr | |
*.iws | |
.idea | |
out | |
.cache/ | |
.history/ | |
.lib/ | |
dist/* | |
target/ | |
bin/ | |
libexec/ | |
lib_managed/ | |
src_managed/ | |
project/boot/ | |
project/plugins/project/ | |
logs/ | |
project/*-shim.sbt | |
project/project/ | |
project/target/ | |
target/ | |
.scala_dependencies | |
.worksheet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment