dotfiles/.gitignore

12 lines
141 B
Plaintext
Raw Normal View History

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