home/.gitignore
cswimr b4e8abfa74
added theme for the zen browser
Signed-off-by: cswimr <seaswimmerthefsh@gmail.com>
2024-09-15 01:23:25 -04:00

30 lines
556 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/**
# ############################### zentheme
!zentheme/
!zentheme/**