1. 09 11月, 2019 1 次提交
  2. 20 9月, 2019 1 次提交
    • M
      Remove `release/` from Android.gitignore (#3162) · 72d88e71
      Mohsen Mirhoseini 提交于
      Having `release/` in an Android project gitignore means those apps which have different
      build types files for `debug` and `release` will fall into this 
      and all `release` related files will be never added or will be removed from
      repository at some point.
      72d88e71
  3. 12 5月, 2019 2 次提交
  4. 09 1月, 2019 1 次提交
  5. 08 1月, 2019 1 次提交
  6. 05 1月, 2019 1 次提交
  7. 03 1月, 2019 1 次提交
    • A
      google-services.json · 584dd34b
      Aslam Anver 提交于
      google-services.json file should be commented on default if they want they will change otherwise it'll destroy the project
      584dd34b
  8. 12 10月, 2018 1 次提交
  9. 13 9月, 2018 1 次提交
  10. 01 4月, 2018 1 次提交
  11. 28 3月, 2018 1 次提交
  12. 12 1月, 2018 1 次提交
  13. 08 11月, 2017 1 次提交
  14. 08 10月, 2017 1 次提交
    • M
      Commenting out Android keystore files · 77145f78
      Mohammad Alhobayyeb 提交于
      Android keystore files are critical and losing them is destructive.
      
      They should be commented out by default, the user should explicitly uncomment their line if they intend not to include them into their repository.
      77145f78
  15. 17 2月, 2017 1 次提交
  16. 10 2月, 2017 1 次提交
  17. 18 1月, 2017 1 次提交
  18. 13 1月, 2017 1 次提交
  19. 26 12月, 2016 1 次提交
  20. 22 10月, 2016 1 次提交
  21. 02 8月, 2016 1 次提交
  22. 01 7月, 2016 1 次提交
  23. 18 5月, 2016 1 次提交
  24. 16 3月, 2016 1 次提交
  25. 10 3月, 2016 1 次提交
    • T
      Exclude keystore files · 9c1f2298
      Theodoros Ntakouris 提交于
      Apart from requiring credentials to function correctly, keystores are sensitive data and are often stored inside the project's directory.
      9c1f2298
  26. 13 2月, 2016 1 次提交
  27. 03 11月, 2015 1 次提交
  28. 15 10月, 2015 1 次提交
  29. 16 8月, 2015 1 次提交
    • G
      Adding the Android Studio captures folder · 6895b7c2
      Guy B 提交于
      The captures folder is used by Android studio to keep heap dumps and other captures files. These are usually not shared as part of the source file.
      6895b7c2
  30. 07 5月, 2015 1 次提交
    • D
      Android: Remove redundant pattern for matching build directories · 9c8c32fe
      Darwin Bautista 提交于
      build/ already matches all directories named 'build' in the repository,
      regardless of level. Gradle can have more than two levels of project nesting.
      However, /*/build/ matches only the 'build' directories of 2nd-level projects.
      Thus, the first pattern is more appropriate than the second.
      9c8c32fe
  31. 18 1月, 2015 1 次提交
    • S
      Update Android.gitignore · 297b78ce
      Sam Whited 提交于
      Gitignore the temp files directory generated by Android Studio's navigation editor tool.
      297b78ce
  32. 07 1月, 2015 1 次提交
  33. 03 1月, 2015 1 次提交
  34. 24 6月, 2014 1 次提交
  35. 24 4月, 2014 1 次提交
  36. 19 4月, 2014 1 次提交
  37. 17 1月, 2014 1 次提交
  38. 09 11月, 2013 1 次提交
  39. 06 10月, 2013 1 次提交