.gitignore 97 B

123456789101112
  1. *.class
  2. .idea/
  3. *.iml
  4. *.log
  5. /target
  6. target/
  7. test-output/
  8. bin/
  9. .project
  10. .settings
  11. .classpath
  12. *.log