-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (67 loc) · 1.7 KB
/
Copy path.gitignore
File metadata and controls
77 lines (67 loc) · 1.7 KB
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
# ==========================================
# Kubebuilder / Operator SDK Artifacts
# ==========================================
# The Makefile downloads localized binaries (like controller-gen,
# kustomize, and setup-envtest) into this directory.
bin/
testbin/
# Local default etcd or envtest data cache paths
default.etcd/
# ==========================================
# Go / Compilation Artifacts
# ==========================================
# Generic Go binary outputs
*.exe
*.exe~
*.dll
*.so
*.dylib
# Omit the vendor directory since Go modules (go.mod/go.sum) are used
# (Uncomment the line below if your workflow explicitly avoids vendoring)
# vendor/
# ==========================================
# Testing & Code Coverage
# ==========================================
# Test binaries and coverage profiles generated via 'make test'
*.test
*.out
cover.*
*coverprofile
profile.cov
# ==========================================
# Local Kubernetes & Environment Files
# ==========================================
# Avoid committing local configurations, keys, or cluster access tokens
*.kubeconfig
kubeconfig
.env
.env.local
# ==========================================
# IDEs, Editors & Tooling
# ==========================================
# JetBrains (GoLand / IntelliJ)
.idea/
*.iwb
*.iws
# Visual Studio Code
.vscode/
# (Optional) Allow committing shared task/launch configurations if desired:
# !.vscode/launch.json
# !.vscode/tasks.json
# Vim / Emacs backup and swap files
*[._]sw[a-p]
*~
[._]s[a-w][a-z]
\.\#*
# asdf
.tool-versions
# ==========================================
# System Specific Files
# ==========================================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
ehthumbs.db