From 7a82251d253a5bca78f3cc199e951b942f18f968 Mon Sep 17 00:00:00 2001 From: Audrey Tang Date: Sun, 11 Nov 2012 08:36:41 +0800 Subject: [PATCH] * Add .dotclout/config. --- .dotcloud/config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .dotcloud/config diff --git a/.dotcloud/config b/.dotcloud/config new file mode 100644 index 00000000..62cf4e58 --- /dev/null +++ b/.dotcloud/config @@ -0,0 +1,6 @@ +{ + "push_branch": null, + "application": "ethercalc", + "version": "0.9.1", + "push_protocol": "git" +}