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