-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (49 loc) · 1.18 KB
/
Copy path.gitignore
File metadata and controls
56 lines (49 loc) · 1.18 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
# --- OS / editor ---------------------------------------------------------
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
*~
# --- AI tooling / personal -----------------------------------------------
# Per-user Claude Code settings — should never be tracked.
.claude/
# --- Helm ----------------------------------------------------------------
# Dependency tarballs are reproducible from Chart.lock — don't commit them.
charts/*/charts/
charts/**/charts/*.tgz
# Packaged charts produced by `helm package` / chart-releaser
*.tgz
.cr-release-packages/
.cr-index/
# --- Node / semantic-release --------------------------------------------
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock
pnpm-lock.yaml
# --- Kubernetes / Helm runtime artefacts --------------------------------
kubeconfig
*.kubeconfig
*-values.local.yaml
values.local.yaml
# --- Local backups / scratch -------------------------------------------
*.bak
*.orig
*.rej
/tmp/
.scratch/
# --- Logs --------------------------------------------------------------
*.log
logs/
# --- Secrets (defensive — should never be committed) -------------------
*.pem
*.key
*.crt
*.p12
.env
.env.*
!.env.example