ignore more config files
This commit is contained in:
parent
dcf8330929
commit
f89ba5a5dd
1 changed files with 3 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -5,9 +5,9 @@ node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
package-lock.json
|
package-lock.json
|
||||||
.DS_Store
|
.DS_Store
|
||||||
config/development.*
|
config/development*
|
||||||
config/production.*
|
config/production*
|
||||||
config/test.*
|
config/test*
|
||||||
workers/reports/config/development.*
|
workers/reports/config/development.*
|
||||||
workers/reports/config/production.*
|
workers/reports/config/production.*
|
||||||
workers/reports/config/test.*
|
workers/reports/config/test.*
|
||||||
|
|
Loading…
Reference in a new issue