From 745e8e7d02b649f5c8888537f469ba8d538d3888 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 8 May 2024 15:18:39 -0400 Subject: [PATCH] update gitignore Signed-off-by: Rui Chen --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a3040a1ee5..c4439ac8e1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ output .cover .terraform/ node_modules/ -**/.vuepress/* helm/test-values.yaml *.swp golangci-lint @@ -27,3 +26,9 @@ tmp-CHANGELOG.md # IDE files *.code-workspace + +# vuepress +**/.vuepress/* +!runatlantis.io/.vuepress/config.ts +!runatlantis.io/.vuepress/navbar.ts +!runatlantis.io/.vuepress/sidebar.ts