X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/9dcc70fc137fac02991f3ebe830748badb4eab35..cfa81dfc3041cb459c8a0918a2732dfcf3a11d40:/.gitignore diff --git a/.gitignore b/.gitignore index c18f27f6..6a564a2b 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,12 @@ yarn-error.log* .idea .vscode + +# see https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored +.pnp.* +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions