Add bin to suggested default directory excludes
Prevent packaging apks in apks in apks...
This commit is contained in:
parent
c1e3ea9e29
commit
3c0b7f21eb
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ source.include_exts = py,png,jpg,kv,atlas
|
|||
#source.exclude_exts = spec
|
||||
|
||||
# (list) List of directory to exclude (let empty to not exclude anything)
|
||||
#source.exclude_dirs = tests
|
||||
#source.exclude_dirs = tests, bin
|
||||
|
||||
# (list) List of exclusions using pattern matching
|
||||
#source.exclude_patterns = license,images/*/*.jpg
|
||||
|
|
Loading…
Reference in a new issue