From a73a36829d027064438a24042a803a034665331c Mon Sep 17 00:00:00 2001 From: Serkyo Date: Sat, 27 Jun 2026 22:58:52 +0200 Subject: [PATCH] chore(workspace): gitignore graphify-out knowledge-graph artifacts --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3248746..345e0c0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,9 @@ target # rustc will dump stack traces when hitting an internal compiler error to PWD rustc-ice-*.txt +# Derived knowledge-graph artifacts generated by graphify +graphify-out/ + # RustRover # JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore