-
Notifications
You must be signed in to change notification settings - Fork 40
/
.gitignore
72 lines (56 loc) · 946 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Compiled Go binary files
*.exe
*.test
*.prof
# Generated files
/bin/
/vendor/
coverage.out
# IDE specific files
.vscode/
.idea/
# Logs and Temp files
*.log
*.log.*
*.tmp
# Cache and local data
*.cache
*.local
# Credentials and secrets
.env
.secrets
# OS generated files
.DS_Store
Thumbs.db
# Secrets
/*config.yaml
*.pem
*.key
.ssh/
# asdf
.tool-versions
# Minder-specific files
.ssh/
cmd/server/__debug_bin
.resolved-compose.yaml
.github_client_id/
.github_client_secret/
# docusaurus
docs/node_modules
docs/build
docs/.docusaurus
# Generated helm configuration
/deployment/helm/charts
/deployment/helm/*.tgz
# Ignore examples cloned repo
examples/rules-and-profiles
# Generated goreleaser artifacts
/dist
# Ignore generated sigstore artifacts while running this locally
tuf-repo-cdn.sigstore.dev.json
# Offline tokens from minder CLI
offline.token