From 5ef273ab10c4840590461fa6e28fb00bc8d85bea Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 8 Feb 2024 07:32:32 +0100 Subject: [PATCH] add more gitignore items (#89) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 📖 Summary - add node_modues - vitepress items ### 📑 Test Plan ✅ CI pipeline tests (Default) ### 💬 Details _No response_ ### 📚 Additional Notes _No response_ Reviewed-on: https://gitea.ocram85.com/CodeServer/arkanum/pulls/89 Co-authored-by: OCram85 Co-committed-by: OCram85 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 82f00e6..a31bd53 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,7 @@ data/*.csv # Ignore Pester test result files coverage.xml testResults.xml + +# Ignore NodeJS stuff +node_modules +docs/.vitepress/cache