aboutsummaryrefslogtreecommitdiffstats
path: root/Android.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* ignore HPROF files (#3456)Maher Zaidoune2020-07-041-0/+3
|
* Added aar file type to gitignore (#3233)Michał Dobrzanski2019-11-171-0/+1
|
* ignore new directory added in Android Studio 3.5 (#3232)Brendan Forster2019-11-081-0/+1
|
* Remove `release/` from Android.gitignore (#3162)Mohsen Mirhoseini2019-09-201-1/+2
| | | | | | 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.
* [Android] Change to Android Studio 3 (#3004)Daniil Goncharov2019-05-121-2/+2
| | | | | | * ignore all caches * ignore release folder
* [Android] ignore .idea/navEditor.xml (#3012)Oleg Mezentsev2019-05-121-0/+2
|
* Merge pull request #2927 from Yousha/masterBrendan Forster2019-01-261-0/+3
|\ | | | | Android.gitignore: Add build_file_checksums.ser and modules.xml files
| * Add build_file_checksums.ser and modules.xml files.Yousha2019-01-081-0/+3
| | | | | | | | Signed-off-by: Yousha <Yousha.A@Hotmail.com>
* | add android lint filesjiakaiyang2019-01-081-0/+7
|/
* Merge pull request #2922 from wRorsjakz/patch-1Brendan Forster2019-01-071-0/+3
|\ | | | | Add version control ignore
| * Add version control ignoreNicholas2019-01-051-0/+3
| | | | | | 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)
* | google-services.jsonAslam Anver2019-01-031-1/+1
|/ | | google-services.json file should be commented on default if they want they will change otherwise it'll destroy the project
* Merge pull request #2806 from Orbyt/patch-1Brendan Forster2018-10-131-1/+2
|\ | | | | Added wildcard ignore for .keystore files
| * Added wildcard ignore for .keystore filesCaleb Chiesa2018-09-121-1/+2
| | | | | | Keystore files with an extension of `.keystore` are also valid and commonly used.
* | Ignore the new Android Bundle generated filesDurey Ingeniería2018-10-121-0/+1
|/
* Merge pull request #2648 from leesah/masterBrendan Forster2018-04-111-0/+1
|\ | | | | Update Android.gitignore
| * Update Android.gitignoreSah (esaalii)2018-03-311-0/+1
| | | | | | | | Ignore .idea/assetWizardSettings.xml for Android Studio 3.1
* | Add the idea caches to gitignoreTerik232018-03-281-0/+1
|/
* 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
| |