Skip to content

Commit 5ff324c

Browse files
natemoo-resarah11918delucis
authored
Set docgen files to read-only (#8131)
Co-authored-by: Sarah Rainsberger <[email protected]> Co-authored-by: Chris Swithinbank <[email protected]>
1 parent 5f304ec commit 5ff324c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@ pnpm-debug.log*
2020
.env.production
2121

2222
# IDE environments
23-
.vscode/
23+
.vscode/*
2424
.idea/
2525
.vimrc
2626
.nanorc
2727
.stackblitzrc
2828
sandbox.config.json
2929

30+
# Add local workspace settings
31+
!.vscode/settings.json
32+
3033
# macOS-specific files
3134
.DS_Store
3235

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"files.readonlyInclude": {
3+
"src/content/docs/en/reference/errors/*": true,
4+
"src/content/docs/en/reference/configuration-reference.mdx": true,
5+
"src/content/docs/en/reference/error-reference.mdx": true
6+
}
7+
}

0 commit comments

Comments
 (0)