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/**
|
2022-05-08 12:25:07 -04:00
|
|
|
!git/*
|
2022-05-08 02:15:00 -04:00
|
|
|
!starship.toml
|
2022-05-08 12:25:07 -04:00
|
|
|
|
2022-05-08 02:08:30 -04:00
|
|
|
#directory catchall
|
|
|
|
!*/
|