From 652e56dec42c4e862f1b8a5d4011d938619ab200 Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Mon, 25 Jul 2016 18:16:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5wechat.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + config/{wechat.yml => wechat.yml.template} | 0 2 files changed, 1 insertion(+) rename config/{wechat.yml => wechat.yml.template} (100%) diff --git a/.gitignore b/.gitignore index 1ef7e63ce..8a40f3ca7 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ public/javascripts/wechat/node_modules/ .ruby-version .access_token tmux*.log +config/wechat.yml diff --git a/config/wechat.yml b/config/wechat.yml.template similarity index 100% rename from config/wechat.yml rename to config/wechat.yml.template