You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PlayFramework.gitignore 303B

12345678910111213141516171819202122
  1. # Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore
  2. # Ignore all dotfiles...
  3. .*
  4. # except for .gitignore
  5. !.gitignore
  6. # Ignore Play! working directory #
  7. db
  8. eclipse
  9. lib
  10. log
  11. logs
  12. modules
  13. precompiled
  14. project/project
  15. project/target
  16. target
  17. tmp
  18. test-result
  19. server.pid
  20. *.iml
  21. *.eml