25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

85 lines
1.4 KiB

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