.gitignore 292 B

123456789101112131415161718192021222324
  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. reproduce/
  21. .cxx/
  22. **/.DS_Store
  23. .kotlin
  24. /app/lint-report.xml