Skip to content

Instantly share code, notes, and snippets.

@jadhavj
Last active July 19, 2021 13:28
Show Gist options
  • Save jadhavj/837c0071d4a791924b7e8512d316d748 to your computer and use it in GitHub Desktop.
Save jadhavj/837c0071d4a791924b7e8512d316d748 to your computer and use it in GitHub Desktop.
.gitignore for Scala, SBT with IntelliJ
# 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