16 lines
170 B
Plaintext
16 lines
170 B
Plaintext
# exclude everything
|
|
*
|
|
|
|
# exception to the rule
|
|
!.revealjs/*
|
|
!.scripts/*
|
|
!.templates/*
|
|
!.bash_aliases
|
|
!.emacs
|
|
!.emacs-*
|
|
!.vimrc
|
|
!.gitconfig
|
|
!.gitignore
|
|
!.i3/*
|
|
!README.md
|