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

Side by Side Diff: .hgignore

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
OLDNEW
1 syntax: glob 1 syntax: glob
2 2
3 bin/ 3 bin/
4 gen/ 4 gen/
5 ant.properties
5 local.properties 6 local.properties
6 ant.properties
7 7
8 #macOS 8 # Gradle
9 .gradle/
10 build/
11
12 # IntelliJ / Android Studio
13 *.iml
14 .idea/workspace.xml
15 .idea/tasks.xml
16 .idea/gradle.xml
17 .idea/dictionaries
18 .idea/libraries
19
20 # Eclipse
21 .settings/
22 proguard/
23
24 # macOS
9 .DS_Store 25 .DS_Store
10 26
11 #Linux 27 # Linux
12 *~ 28 *~
OLDNEW

Powered by Google App Engine
This is Rietveld