.gitignore 51 B

12345678
  1. # Intellij
  2. .idea/
  3. *.iml
  4. *.iws
  5. # Maven
  6. log/
  7. target/