chore(workspace): gitignore graphify-out knowledge-graph artifacts

This commit is contained in:
Serkyo 2026-06-27 22:58:52 +02:00
parent 168acf4300
commit a73a36829d

3
.gitignore vendored
View file

@ -16,6 +16,9 @@ target
# rustc will dump stack traces when hitting an internal compiler error to PWD # rustc will dump stack traces when hitting an internal compiler error to PWD
rustc-ice-*.txt rustc-ice-*.txt
# Derived knowledge-graph artifacts generated by graphify
graphify-out/
# RustRover # RustRover
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can # 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 # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore