1. 01 7月, 2016 1 次提交
  2. 18 5月, 2016 1 次提交
  3. 16 3月, 2016 1 次提交
  4. 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
  5. 13 2月, 2016 1 次提交
  6. 03 11月, 2015 1 次提交
  7. 15 10月, 2015 1 次提交
  8. 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
  9. 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
  10. 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
  11. 07 1月, 2015 1 次提交
  12. 03 1月, 2015 1 次提交
  13. 24 6月, 2014 1 次提交
  14. 24 4月, 2014 1 次提交
  15. 19 4月, 2014 1 次提交
  16. 17 1月, 2014 1 次提交
  17. 09 11月, 2013 1 次提交
  18. 06 10月, 2013 1 次提交
  19. 21 8月, 2013 1 次提交
  20. 07 7月, 2013 1 次提交
    • M
      Don't ignore essential Eclipse project files. · 35a4fcf9
      Matt Quigley 提交于
      The .project and important .classpath files are a part of an Android Eclipse
      project, and their changes should be stored in the repository. Although there
      may be a case for ignoring these files in very rare situations, they don't
      justify belonging in a generic template.
      
      The .project file is generally recreatable with a new import without
      difficulty, but it still may have important configuration such as extra build
      steps. More importantly, .classpath is absolutely essential for a project to
      build correctly and cannot be automatically generated unless there is nothing
      extra on the classpath.
      
      Reverts commit 3ad9edaa.
      35a4fcf9
  21. 20 12月, 2012 1 次提交
  22. 06 8月, 2012 1 次提交
  23. 11 4月, 2012 1 次提交
  24. 28 4月, 2011 1 次提交
  25. 27 4月, 2011 1 次提交
  26. 09 11月, 2010 1 次提交