projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
15921: Updates tests to not expect trailing slashes on API calls.
[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
.npm.local
26
27
npm-debug.log*
28
yarn-debug.log*
29
yarn-error.log*
30
31
.idea
32
.vscode