.gitignore 115 B

123456789101112
  1. .project
  2. .settings
  3. .classpath
  4. .DS_Store
  5. target
  6. **/.classpath
  7. **/.project
  8. **/.settings
  9. **/target
  10. .idea*
  11. *.iml
  12. *.log