12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
# we use the exclude-all-include-special approach, easier then excluding any odd stuff later
|
|
#exclude general
|
|
*.*
|
|
|
|
#include general
|
|
# docs
|
|
!*.md
|
|
|
|
#include special
|
|
#default git
|
|
!*.gitignore
|