dotfiles/.gitignore
Mikkel Svartveit 6009c4e36d First commit
2023-03-21 16:31:37 +01:00

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