# 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