.gitignore 60 B

1234567
  1. .project
  2. .classpath
  3. .idea/
  4. *.iml
  5. /target/
  6. logs/
  7. test-output/