forked from sgoggins/sbom-harbor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (46 loc) · 824 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
**/.idea/
.vscode
.vscode/*
.coverage
# node
**/node_modules/
# log files
**/*.log
# temporary folders
tmp/
**/temp/
**/.cache/
**/.temp/
# generated files and folders
**/generated/
**/generated.rs
# macos
**/.DS_Store
ui/.yarn/*
!ui/.yarn/patches
!ui/.yarn/plugins
!ui/.yarn/releases
!ui/.yarn/sdks
!ui/.yarn/versions
# api documentation
harbor-documentation/openapi.json
# rust
**/target/
**/.cargo/
**/Cargo.lock
tests/fixtures/debug.log
tests/fixtures/pilot-request.json
tests/fixtures/HARBOR_PILOT_REQUEST
tests/fixtures/GET_TEAM_REQUEST
cargo-generate/bundle.json
cargo-generate/output.json
# OpenAPI generator
**/.openapi-generator/
**/tests/gen
**/client/gen
**/server/gen
# Third-party generator input specs
generators/third-party/cyclonedx.yaml
generators/third-party/snyk.json
# devenv
devenv/mongodb/