DalvikBytecodeAnalysis/.gitignore

22 lines
222 B
Plaintext
Raw Normal View History

2018-06-19 20:40:19 +02:00
# ---> Scala
*.class
*.log
# sbt specific
.cache
.history
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies
.worksheet
2018-06-19 20:43:08 +02:00
# IntelliJ IDEA
.idea/