Hello, I'm trying to add a regex in app.yaml
to ignore files with strange names in Google App Engine , but it is not working.
My regular expression:
skip_files:
- [.\~#%&*{}:<>?|\"-!]
I'm getting this error:
appcfg.py: error: Error parsing /home/klarkc/project/dist/app.yaml: while scanning for the next token found character '|' that can not start any token in "/home/klarkc/project/dist/app.yaml", line 49, column 18.