.gitignore 131 B

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