FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stackrox/.gitignore at master · stackrox/stackrox · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
stackrox
/
stackrox
Public
Notifications
You must be signed in to change notification settings
Fork
190
Star
1.3k
Code
Issues
54
Pull requests
604
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
stackrox
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
84 lines (68 loc) · 1.78 KB
Breadcrumbs
stackrox
/
.gitignore
Copy path
File metadata and controls
84 lines (68 loc) · 1.78 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
80
81
82
83
84
#
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
/
*
.test
#
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.
!
/
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
.kilo
/
.opencode
/
#
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
#
Konflux builds download scanner vuln files to the code repo.
#
These files need to be ignored in order for `make tag` return a clean version string.
repository-to-cpe.json
container-name-repos-map.json
Back
|
FazBrowse Home
|
New Git URL