Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. # User-specific stuff:
  2. .idea
  3.  
  4. ## File-based project format:
  5. *.iws
  6. *.iml
  7.  
  8. ## Plugin-specific files:
  9.  
  10. # IntelliJ
  11. /out/
  12. */out/
  13.  
  14. # mpeltonen/sbt-idea plugin
  15. .idea_modules/
  16.  
  17. ### Gradle template
  18. .gradle
  19. /build/
  20. */build/
  21.  
  22. ### Allure
  23. /allure-results/
  24. */allure-results/
  25.  
  26. ### Java template
  27. # Compiled class file
  28. *.class
  29.  
  30. # Log file
  31. *.log
  32.  
  33. # BlueJ files
  34. *.ctxt
  35.  
  36. # Mobile Tools for Java (J2ME)
  37. .mtj.tmp/
  38.  
  39. # Package Files #
  40. *.jar
  41. *.war
  42. *.ear
  43. *.zip
  44. *.tar.gz
  45. *.rar
  46.  
  47. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  48. hs_err_pid*
  49.  
  50. # Ignore Gradle GUI config
  51. gradle-app.setting
  52.  
  53. # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
  54. !gradle-wrapper.jar
  55.  
  56. # Cache of project
  57. .gradletasknamecache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement