home/.gitignore

37 lines
624 B
Text
Raw Normal View History

/**
# 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/**
2024-07-10 12:10:15 -04:00
!.config/btop/
!.config/btop/**
.config/btop/**
!.config/btop/btop.conf
!.config/lucem/
!.config/lucem/**
!.config/nvim/
!.config/nvim/**
# ############################### .zshc
!.zshc/
!.zshc/**
# ############################### zentheme
!zentheme/
!zentheme/**