.gitignore 62 B

12345678
  1. .idea
  2. *.iml
  3. /target/
  4. /bin/
  5. .project
  6. .classpath
  7. /log/
  8. .settings