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:
parent
39b85edcb2
commit
5f53354dd9
1 changed files with 5 additions and 0 deletions
|
@ -26,3 +26,8 @@ tscommand*.txt
|
||||||
# npm things
|
# npm things
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
|
||||||
|
# idea editor configs
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# jujutsu configs
|
||||||
|
.jj
|
||||||
|
|
Loading…
Add table
Reference in a new issue