X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1c092cb7aeeaf2ecc1c92678aa0ba2f1b7b083bc..55e9d0bcceeb7c88f7bd8d0b20408c6b87846ff2:/.gitignore diff --git a/.gitignore b/.gitignore index 280ad3f03d..8273cc9ff6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,19 @@ +// 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 # production /build @@ -15,6 +24,7 @@ .env.development.local .env.test.local .env.production.local +.npm.local npm-debug.log* yarn-debug.log*