mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-27 23:06:06 -07:00
28 lines
367 B
Plaintext
28 lines
367 B
Plaintext
# Ignore all files
|
|
/*
|
|
|
|
# Include contents from .config folder
|
|
!/.config
|
|
/.config/*
|
|
## Add contents from .config folder
|
|
!/.config/xmobar
|
|
!/.config/alacritty
|
|
!/.config/fish
|
|
!/.config/mpd
|
|
!/.config/ncmpcpp
|
|
!/.config/nvim
|
|
!/.config/rofi
|
|
!/.config/vifm
|
|
|
|
|
|
|
|
!/.config/retroarch
|
|
/.config/retroarch/*
|
|
!/.config/retroarch/retroarch.cfg
|
|
|
|
|
|
|
|
# But not these files...
|
|
!.gitignore
|
|
|