Newer
Older
gitbucket_jkp / .gitignore
@takezoe takezoe on 6 Jul 2013 222 bytes Ignore IDEA configuration files.
  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
  17.  
  18. # IntelliJ specific
  19. .idea/
  20. .idea_modules/