.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. # Using Android gitignore template: https://github.com/github/gitignore/blob/HEAD/Android.gitignore
  2. # Built application files
  3. *.apk
  4. *.aar
  5. *.ap_
  6. *.aab
  7. # Files for the ART/Dalvik VM
  8. *.dex
  9. # Java class files
  10. *.class
  11. # Generated files
  12. bin/
  13. gen/
  14. out/
  15. # Uncomment the following line in case you need and you don't have the release build type files in your app
  16. # release/
  17. # Gradle files
  18. .gradle/
  19. build/
  20. release/
  21. # Local configuration file (sdk path, etc)
  22. local.properties
  23. # Proguard folder generated by Eclipse
  24. proguard/
  25. # Log Files
  26. *.log
  27. # Android Studio Navigation editor temp files
  28. .navigation/
  29. # Android Studio captures folder
  30. captures/
  31. # IntelliJ
  32. *.iml
  33. .idea/workspace.xml
  34. .idea/tasks.xml
  35. .idea/gradle.xml
  36. .idea/assetWizardSettings.xml
  37. .idea/dictionaries
  38. .idea/libraries
  39. # Android Studio 3 in .gitignore file.
  40. .idea/caches
  41. .idea/modules.xml
  42. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  43. .idea/navEditor.xml
  44. # Keystore files
  45. # Uncomment the following lines if you do not want to check your keystore files in.
  46. #*.jks
  47. #*.keystore
  48. # External native build folder generated in Android Studio 2.2 and later
  49. .externalNativeBuild
  50. .cxx/
  51. # Google Services (e.g. APIs or Firebase)
  52. # google-services.json
  53. # Freeline
  54. freeline.py
  55. freeline/
  56. freeline_project_description.json
  57. # fastlane
  58. fastlane/report.xml
  59. fastlane/Preview.html
  60. fastlane/screenshots
  61. fastlane/test_output
  62. fastlane/readme.md
  63. # Version control
  64. vcs.xml
  65. # lint
  66. lint/intermediates/
  67. lint/generated/
  68. lint/outputs/
  69. lint/tmp/
  70. # lint/reports/
  71. # Android Profiling
  72. *.hprof
  73. # Cordova plugins for Capacitor
  74. capacitor-cordova-android-plugins
  75. # Copied web assets
  76. app/src/main/assets/public
  77. # Generated Config files
  78. app/src/main/assets/capacitor.config.json
  79. app/src/main/assets/capacitor.plugins.json
  80. app/src/main/res/xml/config.xml