Skip to content

Commit 91f3d67

Browse files
authored
Merge branch 'master' into snyk-upgrade-864217ce8fcbc127a03005b55c2d4376
2 parents 5615ac5 + e403961 commit 91f3d67

35 files changed

+981
-577
lines changed

.all-contributorsrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@
151151
"avatar_url": "https://avatars0.githubusercontent.com/u/64177457?v=4",
152152
"profile": "https://github.com/c-w-allen",
153153
"contributions": [
154-
"code"
154+
"code",
155+
"review"
155156
]
156157
},
157158
{
@@ -160,7 +161,8 @@
160161
"avatar_url": "https://avatars2.githubusercontent.com/u/58228205?v=4",
161162
"profile": "https://github.com/msmith125",
162163
"contributions": [
163-
"test"
164+
"test",
165+
"review"
164166
]
165167
}
166168
],

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,7 @@ dist
113113
.idea
114114
.terraform
115115
*.plan
116-
*.out
116+
*.out
117+
118+
# MKDocs Wiki
119+
site/

0 commit comments

Comments
 (0)