dotfiles/.gitignore
Claude f25236fe40
feat(lazygit): add config with ctrl+j/k scroll keybindings
- Add lazygit to .gitignore allowlist
- Configure <C-j>/<C-k> for scrolling main panel

https://claude.ai/code/session_01UcDoC4n6CWMttYFJPw17ie
2026-01-31 09:15:35 +00:00

80 lines
1.4 KiB
Text

# Created by https://www.toptal.com/developers/gitignore/api/vim,macos
# Edit at https://www.toptal.com/developers/gitignore?templates=vim,macos
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### macOS Patch ###
# iCloud generated files
*.icloud
### Vim ###
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
Sessionx.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
.config/*
!.config/nvim/
!.config/lazygit/
!.config/starship/
!.config/wezterm/
!.config/karabiner/
!.config/karabiner/karabiner.json
!.config/tmux/
!.config/tmux/nord-theme.conf
!.config/tmux/tmux-cheatsheet.md
!.config/tmux/tmux.conf
!.config/.vimrc
# Ignore subfolders in karabiner and tmux
.config/karabiner/**
!.config/karabiner/karabiner.json
.config/tmux/**
!.config/tmux/nord-theme.conf
!.config/tmux/tmux-cheatsheet.md
!.config/tmux/tmux.conf
!.config/.vimrc
# End of https://www.toptal.com/developers/gitignore/api/vim,macos