Files
dotfiles/.gitignore
2025-10-17 13:23:41 -07:00

23 lines
309 B
Plaintext

# Exclude everything by default
*
# Then selectively include the directories you want to keep
!hypr/
!kitty/
!nvim/
!waybar/
!wofi/
!hypr/**
!kitty/**
!nvim/**
!waybar/**
!wofi/**
# Include the directory structure itself
!*/
# Include specific files you might want (optional)
!pavucontrol.ini
!.gitignore