.gitignore 170 B

1234567891011121314151617
  1. /eclipse
  2. tmp
  3. precompiled
  4. /conf/application.conf
  5. test-result
  6. .classpath
  7. *.launch
  8. *.classpath
  9. *.DS_Store
  10. **.iml
  11. **.ipr
  12. **.iws
  13. **.log
  14. /log/
  15. .idea/
  16. **target/
  17. application.yaml