1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00
Commit Graph

39 Commits

Author SHA1 Message Date
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
Alexander Lucas
599a7fc761 Updated Generated Files location (*R was kind of dangerous), added local.properties 2011-04-27 13:12:44 -07:00
Alexander Lucas
4001623d7d Added local properties, updated how generated files are detected, added OS Cruft (useless stuff added by windows/mac) 2011-04-26 14:46:58 -07:00
Daniel Schauenberg
1bb483835a add basic Android gitignore 2010-11-09 06:38:10 +08:00