config: add database-backup and store-backup folders to forge ignore list
This commit is contained in:
parent
442174e462
commit
cfc14ef1a3
|
@ -4,9 +4,11 @@ const ignoreList = [
|
||||||
|
|
||||||
/^\/\.nyc_output($|\/)/,
|
/^\/\.nyc_output($|\/)/,
|
||||||
/^\/database($|\/)/,
|
/^\/database($|\/)/,
|
||||||
|
/^\/database-backup($|\/)/,
|
||||||
/^\/declarations($|\/)/,
|
/^\/declarations($|\/)/,
|
||||||
/^\/mocks($|\/)/,
|
/^\/mocks($|\/)/,
|
||||||
/^\/store($|\/)/,
|
/^\/store($|\/)/,
|
||||||
|
/^\/store-backup($|\/)/,
|
||||||
/^\/templates($|\/)/,
|
/^\/templates($|\/)/,
|
||||||
/^\/tests($|\/)/,
|
/^\/tests($|\/)/,
|
||||||
/^\/workspace($|\/)/,
|
/^\/workspace($|\/)/,
|
||||||
|
|
Loading…
Reference in New Issue