达翔pda
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
1.4 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. <<<<<<< HEAD
  2. *.iml
  3. .gradle
  4. /local.properties
  5. /.idea/caches
  6. /.idea/libraries
  7. /.idea/modules.xml
  8. /.idea/workspace.xml
  9. /.idea/navEditor.xml
  10. /.idea/assetWizardSettings.xml
  11. .DS_Store
  12. /build
  13. /captures
  14. .externalNativeBuild
  15. .cxx
  16. =======
  17. # Built application files
  18. *.apk
  19. *.ap_
  20. *.aab
  21. # Files for the ART/Dalvik VM
  22. *.dex
  23. # Java class files
  24. *.class
  25. # Generated files
  26. bin/
  27. gen/
  28. out/
  29. # Gradle files
  30. .gradle/
  31. build/
  32. # Local configuration file (sdk path, etc)
  33. local.properties
  34. # Proguard folder generated by Eclipse
  35. proguard/
  36. # Log Files
  37. *.log
  38. # Android Studio Navigation editor temp files
  39. .navigation/
  40. # Android Studio captures folder
  41. captures/
  42. # IntelliJ
  43. *.iml
  44. .idea/workspace.xml
  45. .idea/tasks.xml
  46. .idea/gradle.xml
  47. .idea/assetWizardSettings.xml
  48. .idea/dictionaries
  49. .idea/libraries
  50. .idea/caches
  51. # Keystore files
  52. # Uncomment the following lines if you do not want to check your keystore files in.
  53. #*.jks
  54. #*.keystore
  55. # External native build folder generated in Android Studio 2.2 and later
  56. .externalNativeBuild
  57. # Google Services (e.g. APIs or Firebase)
  58. # google-services.json
  59. # Freeline
  60. freeline.py
  61. freeline/
  62. freeline_project_description.json
  63. # fastlane
  64. fastlane/report.xml
  65. fastlane/Preview.html
  66. fastlane/screenshots
  67. fastlane/test_output
  68. fastlane/readme.md
  69. # Version control
  70. vcs.xml
  71. # lint
  72. lint/intermediates/
  73. lint/generated/
  74. lint/outputs/
  75. lint/tmp/
  76. # lint/reports/
  77. >>>>>>> 40f7d0aac1e707933388c792129bce98b0d5484c