dotfiles/.config/git/gitignore

34 lines
387 B
Text
Raw Normal View History

2021-04-02 19:06:33 +02:00
.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