12 lines
182 B
Plaintext
12 lines
182 B
Plaintext
exclude .gitignore
|
|
exclude .gitreview
|
|
|
|
global-exclude *.pyc
|
|
|
|
include *.txt *.ini *.cfg *.rst *.md
|
|
|
|
recursive-include moniker *
|
|
recursive-include etc *
|
|
recursive-include templates *
|
|
|