mirror of https://github.com/scrapy/scrapy.git
Ignore explicitly compiled python files.
This avoids to include compiled files in the templates directory.
This commit is contained in:
parent
ea83e67796
commit
3cd56da0cc
|
|
@ -12,3 +12,4 @@ prune docs/build
|
|||
recursive-include extras *
|
||||
recursive-include bin *
|
||||
recursive-include tests *
|
||||
global-exclude __pycache__ *.py[cod]
|
||||
|
|
|
|||
Loading…
Reference in New Issue