aboutsummaryrefslogblamecommitdiff
path: root/.gitignore
blob: 416a12effd2418ef45054cd8c1183e6067baa090 (plain) (tree)
1
2
3
4
5
          

       
     
  
















                         
        



             
            

         
         
                        
            
              
 

               


                                            
      
          


                   
*.DS_Store
*.class
*.log
*.swp
*~

# sbt specific
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
project/local-plugins.sbt
.history

# Scala-IDE specific
.scala_dependencies
.cache
.classpath
.project
.settings
classes/

# idea
.idea
.idea_modules
/.worksheet/

# Partest
dotty.jar
tests/partest-generated/
tests/locks/
/test-classes/

# Used in tests
scala-scala

# Ignore output files but keep the directory
out/
build/
!out/.keep

# Ignore build-file
.packages