Merge branch '18661-refresh-flicker-fix'. Closes #18661
[arvados-workbench2.git] / .gitignore
index 280ad3f03d4d094023a94b68ff82a0affb7d400d..8ce5c38061530d0cae00cd9ad5567e2851933f18 100644 (file)
@@ -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*