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

Side by Side Diff: .hgignore

Issue 29728654: Issue 6506 - Support Android Studio and Gradle only (Closed)
Patch Set: Created March 20, 2018, 5:50 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 | « .gitignore ('k') | README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 syntax: glob 1 syntax: glob
2 2
3 bin/ 3 # Local configuration file (sdk path, etc)
4 gen/
5 ant.properties
6 local.properties 4 local.properties
7 5
8 # Gradle 6 # Gradle
9 .gradle/ 7 .gradle/
10 build/ 8 build/
11 9
12 # IntelliJ / Android Studio 10 # IntelliJ / Android Studio
13 *.iml 11 *.iml
14 .idea/ 12 .idea/
15 13
16 # Eclipse
17 .settings/
18 .classpath
19 .project
20 proguard/
21
22 # macOS 14 # macOS
23 .DS_Store 15 .DS_Store
24 16
25 # Linux 17 # Linux
26 *~ 18 *~
OLDNEW
« no previous file with comments | « .gitignore ('k') | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld