We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da2819 commit 1c13c72Copy full SHA for 1c13c72
.gitignore
@@ -1,35 +1,27 @@
1
-# Node.js
2
node_modules/
3
npm-debug.log
4
.env
5
6
-# Docker
7
*.tar
8
**/Dockerfile~
9
.dockerignore
10
11
-# Logs
12
logs/
13
*.log
14
15
-# Mac/Linux junk
16
.DS_Store
17
18
-# VSCode
19
.vscode/
20
21
-# Kubernetes
22
*.yaml~
23
*.yml~
24
25
-# GitHub Actions
26
.github/workflows/*.bak
27
.github/workflows/*.tmp
28
29
-# Prometheus + Grafana
+
30
k8s/prometheus/*.bak
31
k8s/grafana/*.bak
32
33
-# Minikube (optional, if you store local config)
34
.kube/
35
.minikube/
0 commit comments