Skip to content

Commit 4421fcf

Browse files
committed
ci(gitignore): update .gitignore
1 parent 633339b commit 4421fcf

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,29 @@ dist
103103
# TernJS port file
104104
.tern-port
105105

106+
# Infrastructure
107+
# =========================
108+
109+
# AWS
110+
.aws/
111+
112+
# Azure
113+
.azure/
114+
115+
# Docker
116+
.docker/
117+
118+
# Git
119+
.git-credentials
120+
121+
# Kubernetes
122+
.kube/
123+
124+
# SSH
125+
.ssh/
126+
127+
# Remote Desktop
128+
*.rdp
129+
106130
# SARIF files
107131
*.sarif

0 commit comments

Comments
 (0)