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

       
     
  
    









                         

              






                    
        



             
            

         
         
             
                        
            
              
 

               


                                            
      
          


                   

             



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

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

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

# idea
.idea
.idea_modules
/.worksheet/

# Partest
dotty.jar
dotty-lib.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
/.cache-main
/.cache-tests

# Put local stuff here
local/