How do I prevent files in a specific directory from uploading to Google AppEngine, while still uploading some (or all) of it's subdirectories.
I have tried:
skip_files:
^/source/source/[^/]*
with no success
How do I prevent files in a specific directory from uploading to Google AppEngine, while still uploading some (or all) of it's subdirectories.
I have tried:
skip_files:
^/source/source/[^/]*
with no success