I have an app.yaml skip_files element as so:
skip_files:
- ^(.*/)?#.*#$
- ^(.*/)?.*~$
- ^(.*/)?.*\.py[co]$
- ^(.*/)?.*/RCS/.*$
- ^(.*/)?\..*$
How can I list exactly what files are being skipped? I am using OSX so my find util does not have extended regular expressions as far as I am aware.
Run appcfg.py with the option -v. This will show you every file being processed and tell you whether it has been skipped due to your skip_files or not.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With