X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/1c092cb7aeeaf2ecc1c92678aa0ba2f1b7b083bc..1bc3f80b1aebb3c81b55e1afaad0a649aa9b3b9f:/.gitignore diff --git a/.gitignore b/.gitignore index 280ad3f0..6a564a2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,20 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + # See https://help.github.com/ignore-files/ for more about ignoring files. # dependencies /node_modules +# vscode +/.vs + # testing /coverage +/cypress/videos +/cypress/screenshots +/cypress/downloads # production /build @@ -15,6 +25,7 @@ .env.development.local .env.test.local .env.production.local +.npm.local npm-debug.log* yarn-debug.log* @@ -22,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