aboutsummaryrefslogtreecommitdiffstats
path: root/Android.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Android StudioPaul Smith2022-02-021-0/+3
| | | | Ignoring 3 xml files that are often modified simply by opening and testing a project. And that only store local data.
* removes .DS-Store from the PR 2402 Brian Douglas2021-12-031-1/+0
| | | Feel free to open a new PR for discussion on this.
* [Android] Cleanup and remove legacy stuffFrieder Bluemle2021-09-091-58/+9
|
* Revert "Added aar file type to gitignore (#3233)"Frieder Bluemle2021-09-091-1/+0
| | | | This reverts commit 1c114570c7659a59613ebc1fe45a5b07918df105.
* Revert "add android lint files"Frieder Bluemle2021-09-091-7/+0
| | | | This reverts commit 240dd3f3213b53f96932a8d92dfb523ccb51c099.
* Revert "Commenting out Android keystore files"Frieder Bluemle2021-09-091-3/+2
| | | | This reverts commit 77145f787f311efa66c570c5ffadea10a429bf21.
* Add `.idea/jarRepositories.xml` to Android.gitignoreAbdulrahman Al-Ghamdi2021-06-071-0/+1
| | | | | The file `.idea/jarRepositories.xml` should be added to .gitignore. It is auto-generated and has only redundant information about remote jar repositories. * https://www.jetbrains.com/help/idea/library.html#configure-custom-remote-repo
* 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.