Skip to content

Commit e585187

Browse files
committed
ci(gitignore): update .gitignore
1 parent 56eff09 commit e585187

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
*.log
2+
13
# =========================
24
# Operating System Files
35
# =========================
@@ -58,5 +60,29 @@ $RECYCLE.BIN/
5860
# Windows shortcuts
5961
*.lnk
6062

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+
6187
# SARIF files
6288
*.sarif

0 commit comments

Comments
 (0)