.gitignore 144 B

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