Skip to content

Commit 1ec2da7

Browse files
committed
ci(gitignore): update .gitignore
1 parent c366030 commit 1ec2da7

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
@@ -80,5 +80,29 @@ $RECYCLE.BIN/
8080
# Windows shortcuts
8181
*.lnk
8282

83+
# Infrastructure
84+
# =========================
85+
86+
# AWS
87+
.aws/
88+
89+
# Azure
90+
.azure/
91+
92+
# Docker
93+
.docker/
94+
95+
# Git
96+
.git-credentials
97+
98+
# Kubernetes
99+
.kube/
100+
101+
# SSH
102+
.ssh/
103+
104+
# Remote Desktop
105+
*.rdp
106+
83107
# SARIF files
84108
*.sarif

0 commit comments

Comments
 (0)