Skip to content

Instantly share code, notes, and snippets.

@amuradyan
Forked from owainlewis/.gitignore
Last active August 22, 2019 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amuradyan/b73fd959db729f64171a703e80ba2f4d to your computer and use it in GitHub Desktop.
Save amuradyan/b73fd959db729f64171a703e80ba2f4d to your computer and use it in GitHub Desktop.
Scala gitignore
*.class
*.log
# sbt specific
.cache/
.history/
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies
.worksheet
.idea
# Metals specific
.metals
# Gradle specific
.gradle/
build
gradle/
# VS Code specific
.vscode/
# IJ IDEA specific
.idea/
project/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment