We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e60259 commit fb3c23dCopy full SHA for fb3c23d
.gitignore
@@ -1,3 +1,5 @@
1
+*.log
2
+
3
# =========================
4
# Operating System Files
5
@@ -10,7 +12,7 @@
10
12
\#*\#
11
13
.\#*
14
-# macOS
15
+# OSX
16
17
18
.DS_Store
@@ -58,5 +60,29 @@ $RECYCLE.BIN/
58
60
# Windows shortcuts
59
61
*.lnk
62
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
87
# SARIF files
88
*.sarif
0 commit comments