Newer
Older
gitbucket_jkp / .gitignore
@takezoe takezoe on 12 Apr 2013 179 bytes Add '.cache' to .gitignore
  1. *.class
  2. *.log
  3.  
  4. # sbt specific
  5. dist/*
  6. target/
  7. lib_managed/
  8. src_managed/
  9. project/boot/
  10. project/plugins/project/
  11.  
  12. # Scala-IDE specific
  13. .scala_dependencies
  14. .classpath
  15. .project
  16. .cache