dotfiles/.gitignore

15 lines
172 B
Plaintext
Raw Normal View History

2022-05-08 02:08:30 -04:00
# Ignore everything
*
# But not these files...
!.gitignore
!bash/**
2022-05-08 12:13:44 -04:00
!tmux/tmux.conf
!tmux/setup.sh
2022-05-08 02:08:30 -04:00
!scripts/*
!nano/*
!x11/**
!git/*
2022-05-08 02:15:00 -04:00
!starship.toml
2022-05-08 02:08:30 -04:00
#directory catchall
!*/