Daniil Goncharov
679f51c6c9
[Android] Change to Android Studio 3 ( #3004 )
...
* ignore all caches
* ignore release folder
2019-05-12 10:10:01 -03:00
Oleg Mezentsev
3e263d465b
[Android] ignore .idea/navEditor.xml ( #3012 )
2019-05-12 09:45:34 -03:00
Brendan Forster
042be9dc99
Merge pull request #2927 from Yousha/master
...
Android.gitignore: Add build_file_checksums.ser and modules.xml files
2019-01-26 17:43:30 -04:00
Yousha
ec37913b19
Add build_file_checksums.ser and modules.xml files.
...
Signed-off-by: Yousha <Yousha.A@Hotmail.com>
2019-01-08 20:13:56 +03:30
jiakaiyang
240dd3f321
add android lint files
2019-01-08 14:53:04 +08:00
Brendan Forster
f5496031c8
Merge pull request #2922 from wRorsjakz/patch-1
...
Add version control ignore
2019-01-07 09:03:52 -04:00
Nicholas
2b2b61395f
Add version control ignore
...
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 )
2019-01-05 17:24:13 +08:00
Aslam Anver
584dd34b9d
google-services.json
...
google-services.json file should be commented on default if they want they will change otherwise it'll destroy the project
2019-01-03 14:27:44 +05:30
Brendan Forster
13c64104e9
Merge pull request #2806 from Orbyt/patch-1
...
Added wildcard ignore for .keystore files
2018-10-13 17:27:46 -03:00
Durey Ingeniería
95ba18cee6
Ignore the new Android Bundle generated files
2018-10-12 00:14:12 +01:00
Caleb Chiesa
8025c331fd
Added wildcard ignore for .keystore files
...
Keystore files with an extension of `.keystore` are also valid and commonly used.
2018-09-12 10:40:54 -07:00
Brendan Forster
65d42ea006
Merge pull request #2648 from leesah/master
...
Update Android.gitignore
2018-04-11 14:15:41 +10:00
Sah (esaalii)
54f6f8ebad
Update Android.gitignore
...
Ignore .idea/assetWizardSettings.xml for Android Studio 3.1
2018-03-31 19:10:23 +02:00
Terik23
d3be917271
Add the idea caches to gitignore
2018-03-28 19:24:48 +05:00
Ruttanachai Auitragool
27b2d19960
Update Android.gitignore
...
Add fastlane in Android gitignore
2018-01-12 15:54:34 +07:00
Josh Soref
887051cabf
spelling: intellij
2017-11-08 01:16:31 +00:00
Mohammad Alhobayyeb
77145f787f
Commenting out Android keystore files
...
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.
2017-10-08 10:52:58 +03:00
Aleixo Sánchez
82eeac28ed
Ignore dictionaries to reflect docs
2017-02-17 11:25:02 +01:00
Erik Ghonyan
0d8b5f84fe
Add missing space for the last comment
2017-02-09 19:07:51 +01:00
msdx
e67fbf847c
Add freeline rules.
2017-01-18 10:43:24 +08:00
Fiona Hagen
fcd5716497
Add Google Services
2017-01-13 10:45:58 +01:00
Ruslan Gunawardana
9644178b6e
Add .idea/gradle.xml
...
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.
2016-12-26 00:14:54 +02:00
Wooseop Kim
60968bb139
Add .idea/tasks.xml
...
Please refer to [the official guide](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems ).
2016-10-22 12:05:13 +09:00
Kevin Most
edfd83412f
Add .externalNativeBuild to Android gitignore
2016-08-01 15:58:42 -04:00
Adrian Vovk
96584a8bd3
Update Android.gitignore
2016-06-30 18:02:04 -04:00
Adrian Vovk
63d8a68c5d
Ignore the workspace.xml file
...
and properly name the ART VM
2016-05-18 09:52:10 -04:00
evorion
cd40fcfc4c
Typo in comment
2016-03-16 10:17:51 +01:00
Theodoros Ntakouris
9c1f22986c
Exclude keystore files
...
Apart from requiring credentials to function correctly, keystores are sensitive data and are often stored inside the project's directory.
2016-03-09 18:30:10 +02:00
Joowon Ryoo
10ec8707f0
Update Android.gitignore
...
Add some files
2016-02-13 01:13:30 +09:00
Frieder Bluemle
3b0b68838d
Revert "Ignoring build folder inside app module in Android projects"
...
This reverts commit f4cf36c5e1
.
2015-11-03 01:29:12 +08:00
Vitor Prado
f4cf36c5e1
Ignoring build folder inside app module in Android projects
...
The `*/build` folder should be ignored because the android structure generate files and outputs inside this folder.
2015-10-14 13:45:12 -03:00
Guy B
6895b7c280
Adding the Android Studio captures folder
...
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.
2015-08-16 15:07:17 +03:00
Brendan Forster
92fe23112d
Merge pull request #1370 from SamWhited/patch-2
...
Update Android.gitignore to include Android Studio nav temp files
2015-07-31 09:30:16 +09:30
Darwin Bautista
9c8c32fea5
Android: Remove redundant pattern for matching build directories
...
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.
2015-05-07 13:56:36 +08:00
Sam Whited
297b78cea6
Update Android.gitignore
...
Gitignore the temp files directory generated by Android Studio's navigation editor tool.
2015-01-17 12:47:39 -05:00
tralchonok
45bf307ca7
moved
2015-01-07 19:40:23 +05:30
tralchonok
45bc1aeeac
# Built application files (for Android Studio projects)
2015-01-02 22:08:47 +05:30
Huu Nguyen
27b71eebbc
Space after comment in Android.gitignore
2014-06-23 13:57:09 -07:00
Jacob Rigby
5eacf05adb
Fix eol issues
...
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.
2014-04-23 16:02:01 -05:00
szp
bf166d4be4
add ignore log files(Android)
2014-04-19 20:40:57 +08:00
Frieder Bluemle
631f8760c6
Improve Android .gitignore comments
2014-01-16 15:40:25 -08:00
Carl Suster
1a3b885ef7
Merge pull request #700 from mquigley/master
...
Don't ignore essential Android Eclipse project and classpath files.
2013-11-11 18:11:15 -08:00
Carl Suster
70aaa4d504
Merge pull request #745 from tunitowen/master
...
Added gradle (build tool) files to Android gitignore
2013-11-11 17:55:39 -08:00
Carl Suster
4f659df36e
Remove IntelliJ rules from Android -> Global/JetBrains
2013-11-09 13:02:44 +11:00
Ivan Zuzak
f0dde55c6b
ensure single trailing newline
2013-10-06 14:40:01 +02:00
Tony Owen
1d68d1ee81
Added gradle files to Android gitignore
2013-08-21 09:43:55 +01:00
Matt Quigley
35a4fcf967
Don't ignore essential Eclipse project files.
...
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
.
2013-07-06 19:06:59 -07:00
Joshua Hou
aec3539998
add intellij files to Android.gitignore
2012-12-19 14:57:35 -08:00
Jonas Schmid
4db1b0429f
Android: Ignore the proguard folder
...
When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited.
2012-08-06 09:09:09 +03:00
Allon Hadaya
3ad9edaa26
Ignore '.project' and '.classpath' to avoid conflict between development environments.
2012-04-10 22:07:22 -03:00