projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
16647: Added the responsible person renderer
[arvados.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
18
# production
19
/build
20
21
# misc
22
.DS_Store
23
.env.local
24
.env.development.local
25
.env.test.local
26
.env.production.local
27
.npm.local
28
29
npm-debug.log*
30
yarn-debug.log*
31
yarn-error.log*
32
33
.idea
34
.vscode