Skip to content

Commit 9b2c502

Browse files
committed
ci(gitignore): update .gitignore
1 parent a16a3b0 commit 9b2c502

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

.gitignore

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,6 @@ http-client.private.env.json
109109
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
110110
hs_err_pid*
111111

112-
# AWS
113-
.aws/
114-
115-
# Git
116-
.git-credentials
117-
118-
# Docker
119-
.docker/
120-
121-
# SSH
122-
.ssh/
123-
124112
# =========================
125113
# Operating System Files
126114
# =========================
@@ -181,5 +169,29 @@ $RECYCLE.BIN/
181169
# Windows shortcuts
182170
*.lnk
183171

172+
# Infrastructure
173+
# =========================
174+
175+
# AWS
176+
.aws/
177+
178+
# Azure
179+
.azure/
180+
181+
# Docker
182+
.docker/
183+
184+
# Git
185+
.git-credentials
186+
187+
# Kubernetes
188+
.kube/
189+
190+
# SSH
191+
.ssh/
192+
193+
# Remote Desktop
194+
*.rdp
195+
184196
# SARIF files
185197
*.sarif

0 commit comments

Comments
 (0)