[READ-ONLY] Mirror of https://github.com/trueberryless-org/starlight-view-modes. Starlight plugin adding view mode capabilities to your documentation website. starlight-view-modes.trueberryless.org
plugin starlight
0

Configure Feed

Select the types of activity you want to include in your feed.

starlight-view-modes / .prettierignore
497 B 44 lines
1# Dependency directories 2node_modules/ 3dist/ 4build/ 5out/ 6 7# Lock files 8pnpm-lock.yaml 9package-lock.json 10yarn.lock 11 12# Build and generated files 13*.min.* 14*.bundle.* 15*.map 16 17# Git and version control 18**/.git 19 20# Framework-specific files 21next-env.d.ts 22__generated__/ 23 24# Test and coverage files 25coverage/ 26*.spec.* 27*.test.* 28 29# Editor-specific files 30.vscode/ 31.idea/ 32*.sublime-project 33*.sublime-workspace 34 35# OS generated files 36.DS_Store 37Thumbs.db 38 39# Markdown and MDX files 40*.md 41*.mdx 42 43# Changelog 44.changeset