home/.gitignore
2024-10-24 16:03:18 -04:00

51 lines
813 B
Text

/**
# Git stuff
!README.md
!.gitignore
!.tmux.conf
!YouTube Music Desktop.css
!.zshrc
!.config/
.config/**
# Add two rules for each directory you want to include:
# 1. !folder-name/ <-- includes the top level files
# 2. !folder-name/** <-- includes sub level files recursively
# ############################### .config
!.config/fastfetch/
!.config/fastfetch/**
!.config/btop/
!.config/btop/**
.config/btop/**
!.config/btop/btop.conf
!.config/lucem/
!.config/lucem/**
!.config/nvim/
!.config/nvim/**
!.config/tmux/
!.config/tmux/**
# ############################### .local/bin/
!.local/
.local/**
!.local/bin/
!.local/bin/**
.local/bin/**
!.local/bin/spectacle-screenshot
# ############################### .zshc
!.zshc/
!.zshc/**
# ############################### zentheme
!zentheme/
!zentheme/**