dotfiles/.config/git/gitignore
histalek 5f53354dd9
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
2024-02-19 10:59:57 +01:00

33 lines
387 B
Text

.DS_Store
Thumbs.db
*~
*.swp
.AppleDouble
.LSOverride
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# project-specific vim configurations
.vimrc.local
.vim/coc-settings.json
# typescript command garbage
tscommand*.txt
# nvm - the Node Version Manager
.nvmrc
# npm things
npm-debug.log
# idea editor configs
.idea
# jujutsu configs
.jj