14 lines
157 B
Plaintext
14 lines
157 B
Plaintext
# exclude everything
|
|
*
|
|
|
|
# exception to the rule
|
|
!.revealjs/*
|
|
!.scripts/*
|
|
!.templates/*
|
|
!.bash_aliases
|
|
!.emacs
|
|
!.gitconfig
|
|
!.gitignore
|
|
!.i3/config
|
|
!README.md
|