projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git.curoverse.com:arvados-workbench2 into 14512_admin_links
[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
16
# production
17
/build
18
19
# misc
20
.DS_Store
21
.env.local
22
.env.development.local
23
.env.test.local
24
.env.production.local
25
26
npm-debug.log*
27
yarn-debug.log*
28
yarn-error.log*
29
30
.idea
31
.vscode