Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: .gitignore

Issue 29424711: Issue 4777 - Add support for Gradle build (Closed)
Left Patch Set: Created April 28, 2017, 2:41 p.m.
Right Patch Set: Adjusting ignored files and updating support lib Created May 3, 2017, 1:43 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « .classpath ('k') | .hgignore » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 bin/ 1 bin/
2 gen/ 2 gen/
3 ant.properties 3 ant.properties
4 local.properties 4 local.properties
5 5
6 # Gradle 6 # Gradle
7 .gradle/ 7 .gradle/
8 build/ 8 build/
9 9
10 # IntelliJ / Android Studio 10 # IntelliJ / Android Studio
11 *.iml 11 *.iml
12 .idea/workspace.xml 12 .idea/
anton 2017/04/29 10:23:25 why not to exclude all ".idea"? there should be no
13 .idea/tasks.xml
14 .idea/gradle.xml
15 .idea/dictionaries
16 .idea/libraries
17 13
18 # Eclipse 14 # Eclipse
19 .settings/ 15 .settings/
16 .classpath
17 .project
20 proguard/ 18 proguard/
21 19
22 # macOS 20 # macOS
23 .DS_Store 21 .DS_Store
24 22
25 # Linux 23 # Linux
26 *~ 24 *~
LEFTRIGHT

Powered by Google App Engine
This is Rietveld