-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (59 loc) · 1018 Bytes
/
.gitignore
File metadata and controls
71 lines (59 loc) · 1018 Bytes
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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
# Build artifacts
/bin/
/console
/tmp/
coverage.out
coverage.html
inmem.out
inmem_coverage.html
# Example binaries
examples/*/bin/
demo/bin/
# Test demo generated files (scripts create these)
test-demo/bin/
test-demo/server/
test-demo/client/
test-demo/k8s-*.yaml
# Security scanning artifacts
gosec.sarif
gitleaks.sarif
codeql-results.sarif
codeql-db/
# Dev infrastructure secrets (DO NOT COMMIT)
*-secrets.yaml
*.enc.yaml
# User config files (these belong in application codebases, not library)
# Users may create these locally for testing
/e5s.yaml
/e5s.*.yaml
# Helm/Kubernetes artifacts
examples/minikube-lowlevel/infra/charts/
*.tgz
helmfile.lock
# IDE/Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
client
server
identityserver-example
examples/middleware/middleware
artifacts/
gopls*.yaml