Skip to content

Commit 6cf7828

Browse files
committed
ci(gitignore): update .gitignore
1 parent 5774dc2 commit 6cf7828

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,29 @@ $RECYCLE.BIN/
6060
# Windows shortcuts
6161
*.lnk
6262

63+
# Infrastructure
64+
# =========================
65+
66+
# AWS
67+
.aws/
68+
69+
# Azure
70+
.azure/
71+
72+
# Docker
73+
.docker/
74+
75+
# Git
76+
.git-credentials
77+
78+
# Kubernetes
79+
.kube/
80+
81+
# SSH
82+
.ssh/
83+
84+
# Remote Desktop
85+
*.rdp
86+
6387
# SARIF files
6488
*.sarif

0 commit comments

Comments
 (0)