.gitignore 115 B

1234567891011121314151617
  1. # Eclipse
  2. .classpath
  3. .project
  4. .settings/
  5. bin/
  6. # Intellij
  7. .idea/
  8. *.iml
  9. *.iws
  10. # Mac
  11. .DS_Store
  12. # Maven
  13. log/
  14. target/