fix(ignore): config.js, .json
This commit is contained in:
parent
264840e61f
commit
126c956e29
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue