fix: Add VitePress dist directory to gitignore to prevent secretlint false positives

This commit is contained in:
Kazuki Yamada
2025-06-08 13:27:19 +09:00
parent a8bac55b97
commit 4657174be4

1
.gitignore vendored
View File

@@ -3,6 +3,7 @@ node_modules/
# Build output
lib/
website/client/.vitepress/dist/
# Logs
*.log