23 lines
309 B
Plaintext
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
|