Skip to content

Commit 7984efe

Browse files
authored
Merge branch 'master' into snyk-upgrade-7e25fc95c38f8c03efd63d57aa37442d
2 parents 26b445f + 76ec6ea commit 7984efe

35 files changed

+973
-569
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)