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