config: add database-backup and store-backup folders to forge ignore list

This commit is contained in:
Xymorot 2019-11-24 18:59:26 +01:00
parent 442174e462
commit cfc14ef1a3
1 changed files with 2 additions and 0 deletions

View File

@ -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($|\/)/,