diff options
author | Daniel Johnson <wirecat@github.com> | 2025-01-06 14:14:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-06 14:14:32 -0800 |
commit | 4f5f531823580419fef9d607e3984ef4c9e9c13b (patch) | |
tree | 373be2671299582beb75a33ef33fe21cad32830a | |
parent | 6eeebe6f49678aacd8311ce079842c971b3ebe96 (diff) | |
parent | 3800aff005a18b7f937fb6bbbdd4da2fc5261d24 (diff) | |
download | gitignore-4f5f531823580419fef9d607e3984ef4c9e9c13b.tar.gz gitignore-4f5f531823580419fef9d607e3984ef4c9e9c13b.zip |
Merge pull request #4543 from NdagiStanley/patch-1
Update Node.gitignore to include VitePress
-rw-r--r-- | Node.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Node.gitignore b/Node.gitignore index c6bba591..1170717c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -104,6 +104,12 @@ dist .temp .cache +# vitepress build output +**/.vitepress/dist + +# vitepress cache directory +**/.vitepress/cache + # Docusaurus cache and generated files .docusaurus |