Skip to content

Commit 1c747d5

Browse files
authored
fix: Adjusting contribution docs (#3979)
* fix: Fixing up contribution docs with dev containers * fix: Bumping JS deps for `docs-starlight` * fix: Downgrading `estree-walker` due to incompatibility with Vercel plugin for Astro * fix: Adjusting `.codespellrc`
1 parent 82d7167 commit 1c747d5

File tree

5 files changed

+97
-94
lines changed

5 files changed

+97
-94
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[codespell]
22
skip = go.mod,go.sum,*.svg,Gemfile.lock,bun.lock
3-
ignore-words-list = dRan
3+
ignore-words-list = dRan,implementors

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ terragrunt
1616
mocks/
1717
.go-version
1818
.terragrunt-stack
19+
.devcontainer.json

0 commit comments

Comments
 (0)