Skip to content

Commit

Permalink
Set docgen files to read-only (withastro#8131)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Chris Swithinbank <357379+delucis@users.noreply.github.com>
  • Loading branch information
3 people authored and wpplumber committed May 4, 2024
1 parent a124d31 commit 53d653f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ pnpm-debug.log*
.env.production

# IDE environments
.vscode/
.vscode/*
.idea/
.vimrc
.nanorc
.stackblitzrc
sandbox.config.json

# Add local workspace settings
!.vscode/settings.json

# macOS-specific files
.DS_Store

Expand Down
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"files.readonlyInclude": {
"src/content/docs/en/reference/errors/*": true,
"src/content/docs/en/reference/configuration-reference.mdx": true,
"src/content/docs/en/reference/error-reference.mdx": true
}
}

0 comments on commit 53d653f

Please sign in to comment.