aboutsummaryrefslogblamecommitdiff
path: root/.gitignore
blob: f3a3c8e3239b7729f55d28e318a933cf156a9521 (plain) (tree)
1
2
3
4
5
6
7
8
9
              
       

                    
         



                   
        
 



                   



             

                 
# sbt specific
target/

# Scala-IDE specific
.settings
.scala_dependencies
.project
.classpath
.cache
.history

# IntelliJ specific
.idea/
*.iml

# Ensime
.ensime
.ensime_cache

# Temporary files
*~