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
This commit is contained in:
histalek 2024-02-19 10:59:57 +01:00
parent 39b85edcb2
commit 5f53354dd9
Signed by: histalek
SSH key fingerprint: SHA256:6a6N2Wzk73nwURUHC/ubbCyqdB6yfie0Jv/NGvRcsIE

View file

@ -26,3 +26,8 @@ tscommand*.txt
# npm things # npm things
npm-debug.log npm-debug.log
# idea editor configs
.idea
# jujutsu configs
.jj