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

Side by Side Diff: .gitignore

Issue 29424711: Issue 4777 - Add support for Gradle build (Closed)
Patch Set: Created April 28, 2017, 2:41 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | .hgignore » ('j') | .idea/compiler.xml » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 bin/ 1 bin/
2 gen/ 2 gen/
3 ant.properties
3 local.properties 4 local.properties
4 ant.properties
5 5
6 #macOS 6 # Gradle
7 .gradle/
8 build/
9
10 # IntelliJ / Android Studio
11 *.iml
12 .idea/workspace.xml
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
18 # Eclipse
19 .settings/
20 proguard/
21
22 # macOS
7 .DS_Store 23 .DS_Store
8 24
9 #Linux 25 # Linux
10 *~ 26 *~
OLDNEW
« no previous file with comments | « no previous file | .hgignore » ('j') | .idea/compiler.xml » ('J')

Powered by Google App Engine
This is Rietveld