From 5f53354dd9d242533af2d68a241954b53a14bdf8 Mon Sep 17 00:00:00 2001 From: histalek Date: Mon, 19 Feb 2024 10:59:57 +0100 Subject: [PATCH] feat(git): Update global gitignore file I'm testing both RustRover [1] and jujutsu [2] and their repository based configs should not be commited to git. [1] https://www.jetbrains.com/rust/ [2] https://github.com/martinvonz/jj --- .config/git/gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/git/gitignore b/.config/git/gitignore index 8ebaf12..2d85fec 100644 --- a/.config/git/gitignore +++ b/.config/git/gitignore @@ -26,3 +26,8 @@ tscommand*.txt # npm things npm-debug.log +# idea editor configs +.idea + +# jujutsu configs +.jj