cswimr/home
Archived
Template
1
0
Fork 0
This repository has been archived on 2024-11-16. You can view files and clone it, but cannot push or open issues or pull requests.
home/.gitignore

53 lines
822 B
Text
Raw Normal View History

/**
# Git stuff
!README.md
!.gitignore
2024-10-24 16:03:18 -04:00
!.tmux.conf
!YouTube Music Desktop.css
!.zshrc
2024-11-13 15:02:09 -05:00
!.psqlrc
!.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/**
2024-10-24 16:03:18 -04:00
!.config/tmux/
!.config/tmux/**
# ############################### .local/bin/
!.local/
.local/**
!.local/bin/
!.local/bin/**
.local/bin/**
!.local/bin/spectacle-screenshot
# ############################### .zshc
!.zshc/
!.zshc/**
# ############################### zentheme
!zentheme/
!zentheme/**