aboutsummaryrefslogtreecommitdiffstats
path: root/Android.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Update Android.gitignoreRuttanachai Auitragool2018-01-121-0/+7
| | | Add fastlane in Android gitignore
* spelling: intellijJosh Soref2017-11-081-1/+1
|
* Commenting out Android keystore filesMohammad Alhobayyeb2017-10-081-1/+2
| | | | | 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.
* Ignore dictionaries to reflect docsAleixo Sánchez2017-02-171-0/+1
|
* Add missing space for the last commentErik Ghonyan2017-02-091-1/+1
|
* Add freeline rules.msdx2017-01-181-0/+5
|
* Add Google ServicesFiona Hagen2017-01-131-0/+3
|
* Add .idea/gradle.xmlRuslan Gunawardana2016-12-261-0/+1
| | | | 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.
* Add .idea/tasks.xmlWooseop Kim2016-10-221-0/+1
| | | Please refer to [the official guide](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems).
* Add .externalNativeBuild to Android gitignoreKevin Most2016-08-011-0/+3
|
* Update Android.gitignoreAdrian Vovk2016-06-301-0/+1
|
* Ignore the workspace.xml fileAdrian Vovk2016-05-181-1/+2
| | | and properly name the ART VM
* Typo in commentevorion2016-03-161-1/+1
|
* Exclude keystore filesTheodoros Ntakouris2016-03-091-0/+3
| | | Apart from requiring credentials to function correctly, keystores are sensitive data and are often stored inside the project's directory.
* Update Android.gitignoreJoowon Ryoo2016-02-131-0/+4
| | | Add some files
* Revert "Ignoring build folder inside app module in Android projects"Frieder Bluemle2015-11-031-1/+0
| | | | This reverts commit f4cf36c5e1e275cb40b981f84be0cd723cd0c152.
* Ignoring build folder inside app module in Android projectsVitor Prado2015-10-141-0/+1
| | | The `*/build` folder should be ignored because the android structure generate files and outputs inside this folder.
* Adding the Android Studio captures folderGuy B2015-08-161-0/+3
| | | 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.
* Merge pull request #1370 from SamWhited/patch-2Brendan Forster2015-07-311-0/+3
|\ | | | | Update Android.gitignore to include Android Studio nav temp files
| * Update Android.gitignoreSam Whited2015-01-171-0/+3
| | | | | | Gitignore the temp files directory generated by Android Studio's navigation editor tool.
* | Android: Remove redundant pattern for matching build directoriesDarwin Bautista2015-05-071-1/+0
|/ | | | | | | 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.
* movedtralchonok2015-01-071-3/+1
|
* # Built application files (for Android Studio projects)tralchonok2015-01-021-0/+3
|
* Space after comment in Android.gitignoreHuu Nguyen2014-06-231-1/+1
|
* Fix eol issuesJacob Rigby2014-04-231-1/+1
| | | | | | | | | | | | 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.
* add ignore log files(Android)szp2014-04-191-0/+3
|
* Improve Android .gitignore commentsFrieder Bluemle2014-01-161-4/+4
|
* Merge pull request #700 from mquigley/masterCarl Suster2013-11-111-4/+0
|\ | | | | Don't ignore essential Android Eclipse project and classpath files.
| * Don't ignore essential Eclipse project files.Matt Quigley2013-07-061-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 3ad9edaa2.
* | Merge pull request #745 from tunitowen/masterCarl Suster2013-11-111-0/+4
|\ \ | | | | | | Added gradle (build tool) files to Android gitignore
| * | Added gradle files to Android gitignoreTony Owen2013-08-211-0/+4
| |/
* | Remove IntelliJ rules from Android -> Global/JetBrainsCarl Suster2013-11-091-6/+0
| |
* | ensure single trailing newlineIvan Zuzak2013-10-061-1/+0
|/
* add intellij files to Android.gitignoreJoshua Hou2012-12-191-1/+8
|
* Android: Ignore the proguard folderJonas Schmid2012-08-061-0/+3
| | | When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited.
* Ignore '.project' and '.classpath' to avoid conflict between development ↵Allon Hadaya2012-04-101-0/+4
| | | | environments.
* Updated Generated Files location (*R was kind of dangerous), added ↵Alexander Lucas2011-04-271-5/+0
| | | | local.properties
* Added local properties, updated how generated files are detected, added OS ↵Alexander Lucas2011-04-261-2/+11
| | | | Cruft (useless stuff added by windows/mac)
* add basic Android gitignoreDaniel Schauenberg2010-11-091-0/+12