forked from stackrox/stackrox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (64 loc) · 1.65 KB
/
.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Deployment
sensor*.zip
tmp
/central-bundle/
# needed for Cypress test mock zip file
!sensor-kubernetes-cluster-testinstance.zip
# Grafana captures
monitoring/grafana/captures
monitoring/grafana/rawcaptures
# Test output
/junit-reports/
# Makefile cruft
deps
proto-generated-srcs
report.xml
test.log
protoc-*
coverage.out
coverage.html
combined_coverage.dat
/.gotools/
.proto/
# Build output
/bin/
/linux-gocache
# Exclude GoLand/IntelliJ files in the repo.
# Note that trailing `/**/*` is required because some `git` versions will not respect the following inclusions without
# it. See https://stackoverflow.com/a/60288435/484050
# Leading `/**/` is required to apply exclsuion to all directories of the repo recursively. Basically, it is needed
# because of the trailing `/**/*`.
/**/.idea/**/*
# Yet, include per-project code style settings in the root of the repo.
# `codeStyles/` directory must be included explicitly because otherwise files will not be seen by `git`. See why in the
# link above.
!/.idea/codeStyles/
!/.idea/codeStyles/codeStyleConfig.xml
!/.idea/codeStyles/Project.xml
!/qa-tests-backend/.idea/codeStyles/
!/qa-tests-backend/.idea/codeStyles/codeStyleConfig.xml
!/qa-tests-backend/.idea/codeStyles/Project.xml
# Miscellaneous
*.g4
*.tokens
/vendor/
/.gradle/
/stackrox-central-services-chart/
/stackrox-secured-cluster-services-chart/
.vscode
# Used for mounting into the qa e2e-test docker container.
.gitconfig
# Mac OS hidden file
.DS_Store
# Openshift automation workspace artifacts
/openshift/
# Cypress
cypress-report.xml
# Local exclusions
local/database-restore/*
# shellcheck output
shellcheck-reports
# Direnv
.direnv/
# Snyk
.dccache