.gitignore 103 B

12345678910111213
  1. # Intellij
  2. .idea/
  3. *.iml
  4. *.iws
  5. #Eclipse
  6. **/*.project
  7. **/*.classpath
  8. **/*.settings
  9. # Maven
  10. log/
  11. target/