Skip to content
Snippets Groups Projects
Select Git revision
  • 8372a4be4feacd96e7a7d31007fdcc7e6783e526
  • main default protected
2 results

.gitignore

Blame
  • .gitignore 302 B
    
    *.class
    *.log
    
    # Maven/sbt output directory
    target
    dist
    
    # Test database
    lift_example
    
    # Mac
    *.DS_Store
    
    # IntelliJ
    .idea
    .idea_modules
    
    # Eclipse
    .cache
    .classpath
    *.swp
    .project
    .settings
    .target
    
    
    # Vagrant
    .vagrant
    vagrant/.bashrc
    vagrant/sbt-launch.jar
    
    # Metals
    .metals/
    .bloop/
    metals.sbt
    
    tmp