17585: First initial impl
[arvados-workbench2.git] / .gitignore
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 # See https://help.github.com/ignore-files/ for more about ignoring files.
6
7 # dependencies
8 /node_modules
9
10 # vscode
11 /.vs
12
13 # testing
14 /coverage
15 /cypress/videos
16 /cypress/screenshots
17 /cypress/downloads
18
19 # production
20 /build
21
22 # misc
23 .DS_Store
24 .env.local
25 .env.development.local
26 .env.test.local
27 .env.production.local
28 .npm.local
29
30 npm-debug.log*
31 yarn-debug.log*
32 yarn-error.log*
33
34 .idea
35 .vscode