X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/bb6014754664dd6365a2b6592e97e23fc36b1f21..4d78e6e875392cdcadad164cc3863a552343833f:/.gitignore diff --git a/.gitignore b/.gitignore index c18f27f6..7358d627 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,9 @@ # testing /coverage +/cypress/videos +/cypress/screenshots +/cypress/downloads # production /build @@ -22,6 +25,7 @@ .env.development.local .env.test.local .env.production.local +.npm.local npm-debug.log* yarn-debug.log* @@ -29,3 +33,14 @@ yarn-error.log* .idea .vscode +/public/config.json +/public/_health/ + +# see https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored +.pnp.* +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions