chore(.gitignore): ignore *.config.json

This commit is contained in:
Micooz 2016-12-10 15:02:28 +08:00
parent e97d93af16
commit 51f1fd76f7
3 changed files with 3 additions and 16 deletions

3
.gitignore vendored

@ -15,3 +15,6 @@ coverage/
# tar
*.tgz
# others
*.config.json

@ -1,9 +0,0 @@
{
"host": "localhost",
"port": 6666,
"server_host": "micooz.com",
"server_port": 7777,
"password": "my secret password",
"cipher": "aes-256-cfb",
"log_level": "error"
}

@ -1,7 +0,0 @@
{
"host": "localhost",
"port": 7777,
"password": "my secret password",
"cipher": "aes-256-cfb",
"log_level": "error"
}