Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. # Created by .ignore support plugin (hsz.mobi)
  2. .gitignore
  3. build/reports/allure-report/data/attachments/
  4. build/reports/allure-report/plugins/junit/
  5. build/reports/allure-report/plugins/trx/
  6. build/reports/allure-report/plugins/xctest/
  7. build/reports/allure-report/plugins/xunit-xml/
  8. build/tmp/compileJava/
  9. build/tmp/compileTestJava/
  10. out/production/
  11. out/test/classes/app/
  12. .idea
  13. build/allure-results/
  14. build/tmp/testTablets/
  15. src/test/java/tests/LeftPanel/
  16.  
  17. # Ignore Gradle GUI config
  18. gradle-app.setting
  19.  
  20. # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
  21. !gradle-wrapper.jar
  22. .gradle
  23. build/
  24. src/main/java/app
  25. # Cache of project
  26. .gradletasknamecache
  27. .idea/workspace.xml
  28. *.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement