Skip to content

Commit fb3c23d

Browse files
committed
ci(gitignore): update .gitignore
1 parent 4e60259 commit fb3c23d

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

.gitignore

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
*.log
2+
13
# =========================
24
# Operating System Files
35
# =========================
@@ -10,7 +12,7 @@
1012
\#*\#
1113
.\#*
1214

13-
# macOS
15+
# OSX
1416
# =========================
1517

1618
.DS_Store
@@ -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)