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 147B

123456789101112131415
  1. # Ignore Play! working directory #
  2. bin/
  3. /db
  4. .eclipse
  5. /lib/
  6. /logs/
  7. /modules
  8. /project/target
  9. /target
  10. tmp/
  11. test-result
  12. server.pid
  13. *.eml
  14. /dist/
  15. .cache