-
-
Save amuradyan/b73fd959db729f64171a703e80ba2f4d to your computer and use it in GitHub Desktop.
Scala gitignore
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
*.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