Modify .gitignore to track config/formats.js (#3220)

This commit is contained in:
Steven Goodman 2017-02-11 00:58:11 -06:00 committed by Guangcong Luo
parent 38842e957d
commit 5efd47a33f

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/config/*
!/config/formats.js
/logs/*
/node_modules
/eslint-cache