.gitignore 95 B

12345678910
  1. # for eclipse
  2. /.settings/
  3. /.project
  4. # for idea
  5. *.iml
  6. /.idea
  7. */target
  8. .DS_Store
  9. .gitattributes