mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 19:22:38 +00:00
18 lines
272 B
Text
18 lines
272 B
Text
# Ignore everything by default
|
|
*
|
|
!*/
|
|
|
|
# Whitelist certain files and directories
|
|
!/.gitignore
|
|
!/README.md
|
|
!iterm2-preferences/**/*
|
|
!fish/config.fish
|
|
!git/**/*
|
|
!vim/**/*
|
|
!nvim/**/*
|
|
!vscode-neovim/**/*
|
|
!karabiner/**/*
|
|
|
|
# Blacklist some stuff again
|
|
.DS_Store
|
|
.plugins.lua.swp
|