- 09 11月, 2019 1 次提交
-
-
由 Brendan Forster 提交于
-
- 20 9月, 2019 1 次提交
-
-
由 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.
-
- 12 5月, 2019 2 次提交
-
-
由 Daniil Goncharov 提交于
* ignore all caches * ignore release folder
-
由 Oleg Mezentsev 提交于
-
- 09 1月, 2019 1 次提交
-
-
由 Yousha 提交于
Signed-off-by: NYousha <Yousha.A@Hotmail.com>
-
- 08 1月, 2019 1 次提交
-
-
由 jiakaiyang 提交于
-
- 05 1月, 2019 1 次提交
-
-
由 Nicholas 提交于
vcs.xml can be considered for gitignore as per this [stackoverflow discussion](https://stackoverflow.com/questions/16736856/what-should-be-in-my-gitignore-for-an-android-studio-project/18454251#18454251)
-
- 03 1月, 2019 1 次提交
-
-
由 Aslam Anver 提交于
google-services.json file should be commented on default if they want they will change otherwise it'll destroy the project
-
- 12 10月, 2018 1 次提交
-
-
由 Durey Ingeniería 提交于
-
- 13 9月, 2018 1 次提交
-
-
由 Caleb Chiesa 提交于
Keystore files with an extension of `.keystore` are also valid and commonly used.
-
- 01 4月, 2018 1 次提交
-
-
由 Sah (esaalii) 提交于
Ignore .idea/assetWizardSettings.xml for Android Studio 3.1
-
- 28 3月, 2018 1 次提交
-
-
由 Terik23 提交于
-
- 12 1月, 2018 1 次提交
-
-
由 Ruttanachai Auitragool 提交于
Add fastlane in Android gitignore
-
- 08 11月, 2017 1 次提交
-
-
由 Josh Soref 提交于
-
- 08 10月, 2017 1 次提交
-
-
由 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.
-
- 17 2月, 2017 1 次提交
-
-
由 Aleixo Sánchez 提交于
-
- 10 2月, 2017 1 次提交
-
-
由 Erik Ghonyan 提交于
-
- 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 提交于
-