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

Side by Side Diff: .gitignore

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 | « no previous file | .hgignore » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 bin/ 1 # Local configuration file (sdk path, etc)
2 gen/
3 ant.properties
4 local.properties 2 local.properties
5 3
6 # Gradle 4 # Gradle
7 .gradle/ 5 .gradle/
8 build/ 6 build/
9 7
10 # IntelliJ / Android Studio 8 # IntelliJ / Android Studio
11 *.iml 9 *.iml
12 .idea/ 10 .idea/
13 11
14 # Eclipse
15 .settings/
16 .classpath
17 .project
18 proguard/
19
20 # macOS 12 # macOS
21 .DS_Store 13 .DS_Store
22 14
23 # Linux 15 # Linux
24 *~ 16 *~
OLDNEW
« no previous file with comments | « no previous file | .hgignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld