.gitignore 153 B

12345678910111213141516
  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/