Skip to content

Instantly share code, notes, and snippets.

@zenlambda
Created November 4, 2013 22:14
Show Gist options
  • Save zenlambda/7310114 to your computer and use it in GitHub Desktop.
Save zenlambda/7310114 to your computer and use it in GitHub Desktop.

Revisions

  1. zenlambda created this gist Nov 4, 2013.
    22 changes: 22 additions & 0 deletions funprog-scala-gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    .DS_Store
    *.zip
    *.class
    *.log
    .metadata

    # sbt specific
    dist/*
    target/
    lib_managed/
    src_managed/
    project/boot/

    # Scala-IDE specific
    .scala_dependencies

    # IntelliJ specific
    .idea
    *.iml

    # Eclipse specific
    .cache