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