mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 11:12:39 +00:00
20 lines
304 B
Text
20 lines
304 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/**/*
|
|
!wallpapers/**/*
|
|
!appicons/**/*
|
|
|
|
# Blacklist some stuff again
|
|
.DS_Store
|
|
.plugins.lua.swp
|