- 18 1月, 2017 1 次提交
-
-
由 貌似掉线 提交于
-
- 13 1月, 2017 1 次提交
-
-
由 Fiona Hagen 提交于
-
- 26 12月, 2016 1 次提交
-
-
由 Ruslan Gunawardana 提交于
Please refer to [the official guide](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems). gradle.xml may contain user-specific local Gradle location.
-
- 22 10月, 2016 1 次提交
-
-
由 Wooseop Kim 提交于
Please refer to [the official guide](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems).
-
- 02 8月, 2016 1 次提交
-
-
由 Kevin Most 提交于
-
- 01 7月, 2016 1 次提交
-
-
由 Adrian Vovk 提交于
-
- 18 5月, 2016 1 次提交
-
-
由 Adrian Vovk 提交于
and properly name the ART VM
-
- 16 3月, 2016 1 次提交
-
-
由 evorion 提交于
-
- 10 3月, 2016 1 次提交
-
-
由 Theodoros Ntakouris 提交于
Apart from requiring credentials to function correctly, keystores are sensitive data and are often stored inside the project's directory.
-
- 13 2月, 2016 1 次提交
-
-
由 Joowon Ryoo 提交于
Add some files
-
- 03 11月, 2015 1 次提交
-
-
由 Frieder Bluemle 提交于
This reverts commit f4cf36c5.
-
- 15 10月, 2015 1 次提交
-
-
由 Vitor Prado 提交于
The `*/build` folder should be ignored because the android structure generate files and outputs inside this folder.
-
- 16 8月, 2015 1 次提交
-
-
由 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.
-
- 07 5月, 2015 1 次提交
-
-
由 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.
-
- 18 1月, 2015 1 次提交
-
-
由 Sam Whited 提交于
Gitignore the temp files directory generated by Android Studio's navigation editor tool.
-
- 07 1月, 2015 1 次提交
-
-
由 tralchonok 提交于
-
- 03 1月, 2015 1 次提交
-
-
由 tralchonok 提交于
-
- 24 6月, 2014 1 次提交
-
-
由 Huu Nguyen 提交于
-
- 24 4月, 2014 1 次提交
-
-
由 Jacob Rigby 提交于
Some files don't contain a line separator ('\n') at the end. Add the missing eol. In POSIX, all lines of text should end with a newline character by definition. See http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html section 3.397 for more. See https://gist.github.com/jacknagel/1020172 for a gist of the issue.
-
- 19 4月, 2014 1 次提交
-
-
由 szp 提交于
-
- 17 1月, 2014 1 次提交
-
-
由 Frieder Bluemle 提交于
-
- 09 11月, 2013 1 次提交
-
-
由 Carl Suster 提交于
-
- 06 10月, 2013 1 次提交
-
-
由 Ivan Zuzak 提交于
-
- 21 8月, 2013 1 次提交
-
-
由 Tony Owen 提交于
-
- 07 7月, 2013 1 次提交
-
-
由 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.
-
- 20 12月, 2012 1 次提交
-
-
由 Joshua Hou 提交于
-
- 06 8月, 2012 1 次提交
-
-
由 Jonas Schmid 提交于
When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited.
-
- 11 4月, 2012 1 次提交
-
-
由 Allon Hadaya 提交于
-
- 28 4月, 2011 1 次提交
-
-
由 Alexander Lucas 提交于
-
- 27 4月, 2011 1 次提交
-
-
由 Alexander Lucas 提交于
Added local properties, updated how generated files are detected, added OS Cruft (useless stuff added by windows/mac)
-
- 09 11月, 2010 1 次提交
-
-
由 Daniel Schauenberg 提交于
-