.gitignore 108 B

1234567891011121314
  1. .class
  2. .classpath
  3. .project
  4. build
  5. bin
  6. .bak
  7. .settings
  8. Thumbs.db
  9. .DS_Store
  10. ._.DS_Store
  11. logs
  12. target
  13. *.iml
  14. .idea