Skip to content

Commit 1c13c72

Browse files
authored
Update .gitignore
1 parent 1da2819 commit 1c13c72

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.gitignore

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,27 @@
1-
# Node.js
21
node_modules/
32
npm-debug.log
43
.env
54

6-
# Docker
75
*.tar
86
**/Dockerfile~
97
.dockerignore
108

11-
# Logs
129
logs/
1310
*.log
1411

15-
# Mac/Linux junk
1612
.DS_Store
1713

18-
# VSCode
1914
.vscode/
2015

21-
# Kubernetes
2216
*.yaml~
2317
*.yml~
2418

25-
# GitHub Actions
2619
.github/workflows/*.bak
2720
.github/workflows/*.tmp
2821

29-
# Prometheus + Grafana
22+
3023
k8s/prometheus/*.bak
3124
k8s/grafana/*.bak
3225

33-
# Minikube (optional, if you store local config)
3426
.kube/
3527
.minikube/

0 commit comments

Comments
 (0)