Files
dotfiles/.gitignore
2025-11-28 15:04:35 -08:00

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