From ae00f335d58e8e0c5cfeb3b2882e50dc97d2a57d Mon Sep 17 00:00:00 2001 From: PedroAugustoRamalhoDuarte Date: Thu, 27 Apr 2023 20:58:24 -0300 Subject: [PATCH] Ignore assets with gitignore --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e510f3a..3d9265d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ mount Vitepress::Engine, at: "/docs" - ***Only works with /docs path for now*** - In your vitepress config file needs to have base: '/docs/'. +3. Ignore build assets in gitingore: + +```dockerignore + public/docs/**/* +``` + ## Usage 1. Write your `.md` doc inside the `docs` folder.