mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 11:12:39 +00:00
16 lines
242 B
Text
16 lines
242 B
Text
# Ignore everything by default
|
|
*
|
|
!*/
|
|
|
|
# Whitelist certain files and directories
|
|
!.gitignore
|
|
!iterm2-preferences/**/*
|
|
!fish/config.fish
|
|
!git/**/*
|
|
!vim/**/*
|
|
!nvim/**/*
|
|
!vscode-neovim/**/*
|
|
!karabiner/**/*
|
|
|
|
# Blacklist some stuff again
|
|
.DS_Store
|