15672: Subprocess list filter by status & pagination.
[arvados-workbench2.git] / .gitignore
index 280ad3f03d4d094023a94b68ff82a0affb7d400d..45df030d3294be423b92aa8d9f355b00a7f7a34a 100644 (file)
@@ -1,8 +1,15 @@
+// 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
 
@@ -15,6 +22,7 @@
 .env.development.local
 .env.test.local
 .env.production.local
+.npm.local
 
 npm-debug.log*
 yarn-debug.log*