home/.gitignore
2024-07-10 12:10:15 -04:00

26 lines
488 B
Text

/**
# Git stuff
!README.md
!.gitignore
!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
# ############################### .zshc
!.zshc/
!.zshc/**