.gitignore 182 B

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