.gitignore 139 B

12345678910111213141516171819
  1. /.gradle/
  2. .classpath
  3. bin/
  4. environment/
  5. target/
  6. .project
  7. .settings/
  8. logs/
  9. .gradle/
  10. build/
  11. out/
  12. *.iml
  13. *.ipr
  14. *.iws
  15. .DS_Store
  16. work/
  17. .vagrant/