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

Unified Diff: .hgignore

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
Index: .hgignore
===================================================================
--- a/.hgignore
+++ b/.hgignore
@@ -1,12 +1,28 @@
syntax: glob
bin/
gen/
-local.properties
ant.properties
+local.properties
-#macOS
+# Gradle
+.gradle/
+build/
+
+# IntelliJ / Android Studio
+*.iml
+.idea/workspace.xml
+.idea/tasks.xml
+.idea/gradle.xml
+.idea/dictionaries
+.idea/libraries
+
+# Eclipse
+.settings/
+proguard/
+
+# macOS
.DS_Store
-#Linux
+# Linux
*~

Powered by Google App Engine
This is Rietveld