mirror of
https://github.com/zoriya/guessit.git
synced 2025-12-06 06:16:09 +00:00
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
recursive-include guessit *.py *.yml *.txt *.ini *.json *.yaml *.yml
|
|
recursive-exclude guessit *.pyc
|
|
include LICENSE
|
|
include *.md
|
|
include *.yml
|
|
include *.ini
|
|
include *.cfg
|
|
include *.txt
|
|
include .coveragerc
|
|
include pylintrc
|