From 126c956e29868b3672d3cdc96433f4ff057646b0 Mon Sep 17 00:00:00 2001 From: vulet Date: Sun, 17 May 2020 01:04:01 +0800 Subject: [PATCH] fix(ignore): config.js, .json --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index ad46b30..8d25863 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,13 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +# Ignore config +/config.js + +# Ignore JSON +/timeline.json +/notification.json + # Runtime data pids *.pid