Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

PlayFramework.gitignore 228B

1234567891011121314
  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. log
  10. logs
  11. server.pid
  12. test-result
  13. tmp