Permalink
Browse files

Add .mrconfig with entries for project and wiki

  • Loading branch information...
1 parent b13c028 commit 580c227669fefedb802c480ceb638650cbc6d33e @cbeams cbeams committed May 20, 2016
Showing with 9 additions and 0 deletions.
  1. +3 −0 .gitignore
  2. +6 −0 .mrconfig
View
@@ -5,6 +5,9 @@ build
# idea
.idea
+# mr (see .mrconfig)
+wiki
+
# vim
*.sw?
View
@@ -0,0 +1,6 @@
+[.]
+checkout = git clone [email protected]:gradle/gradle-script-kotlin.git
+
+[wiki]
+checkout = git clone [email protected]:gradle/gradle-script-kotlin.wiki.git
+

0 comments on commit 580c227

Please sign in to comment.