.gitignore 172 B

123456789101112131415161718
  1. target/
  2. .classpath
  3. .springBeans
  4. .project
  5. .DS_Store
  6. .settings/
  7. .idea/
  8. out/
  9. bin/
  10. intellij/
  11. build/
  12. *.log
  13. *.iml
  14. *.ipr
  15. *.iws
  16. .gradle/
  17. gradle.properties
  18. atlassian-ide-plugin.xml