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

Unified Diff: .gitignore

Issue 29424711: Issue 4777 - Add support for Gradle build (Closed)
Patch Set: Created April 28, 2017, 2:41 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | .hgignore » ('j') | .idea/compiler.xml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
===================================================================
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,26 @@
bin/
gen/
-local.properties
ant.properties
+local.properties
-#macOS
+# Gradle
+.gradle/
+build/
+
+# IntelliJ / Android Studio
+*.iml
+.idea/workspace.xml
anton 2017/04/29 10:23:25 why not to exclude all ".idea"? there should be no
+.idea/tasks.xml
+.idea/gradle.xml
+.idea/dictionaries
+.idea/libraries
+
+# Eclipse
+.settings/
+proguard/
+
+# macOS
.DS_Store
-#Linux
+# Linux
*~
« no previous file with comments | « no previous file | .hgignore » ('j') | .idea/compiler.xml » ('J')

Powered by Google App Engine
This is Rietveld