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








                        




                   
 


                                                             

        
              
 





               
     
# sbt
.history
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/

# scala-ide specific
.settings
.scala_dependencies
.project
.classpath
.cache

# akka application configuration (use reference.conf instead)
application.conf

# ensime
.ensime
.ensime_cache/

# general files
/*.jar
*.swp
*.class
*.log
*~
.idea