.gitignore 61 B

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