From 1f996be995d44ef76ab7c847955ec9ad9df381b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Mon, 6 Apr 2015 11:53:36 +0200 Subject: [PATCH] Moving config file to config.example.json --- .gitignore | 3 ++- config.json => config.example.json | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename config.json => config.example.json (100%) diff --git a/.gitignore b/.gitignore index 9303c34..769fd20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -npm-debug.log \ No newline at end of file +npm-debug.log +config.json diff --git a/config.json b/config.example.json similarity index 100% rename from config.json rename to config.example.json