.gitignore 239 B

1234567891011121314151617181920
  1. .idea/*
  2. !.idea/codeStyleSettings.xml
  3. out
  4. gen
  5. *.iml
  6. .gradle
  7. app/build
  8. app/obj
  9. build
  10. local.properties
  11. captures
  12. *.swp
  13. cookies.txt
  14. fastlane/metadata
  15. fastlane/descriptions/
  16. fastlane/jenkins-screenshots/
  17. export/
  18. threema-android-*
  19. release/
  20. .cxx/