20 lines
224 B
Plaintext
20 lines
224 B
Plaintext
# ignore everything by default — explicitly un-ignore what we track
|
|
*
|
|
|
|
!.gitignore
|
|
!hooks/
|
|
!hooks/*
|
|
!bin/
|
|
!bin/*
|
|
!devcontainer/
|
|
!devcontainer/*
|
|
!dircolors/
|
|
!dircolors/*
|
|
!git/
|
|
!git/*
|
|
git/local
|
|
!mksh/
|
|
!mksh/*
|
|
!tmux/
|
|
!tmux/*
|