From 4291019525ee4d8d0e537869d0c7c4c08af8a846 Mon Sep 17 00:00:00 2001 From: CodyKoInABox Date: Sun, 25 May 2025 00:13:18 -0300 Subject: [PATCH] gitignore docusaurus cache --- docs/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.gitignore b/docs/.gitignore index b512c09..ef0f5f9 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +.docusaurus \ No newline at end of file