【发布时间】:2011-04-23 07:10:52
【问题描述】:
我在 skip_files 的顶部添加了一行,以使应用引擎部署跳过所有以 .hg 开头的文件,例如 .hgignore 文件和 .hg 目录。这会忽略整个 .hg 目录及其所有文件和子目录吗?
skip_files:
- ^(.*/)?\.hg*$
- ^(.*/)?app\.yaml
- ^(.*/)?app\.yml
- ^(.*/)?index\.yaml
- ^(.*/)?index\.yml
- ^(.*/)?#.*#
- ^(.*/)?.*~
- ^(.*/)?.*\.py[co]
- ^(.*/)?.*/RCS/.*
- ^(.*/)?\..*
【问题讨论】:
标签: google-app-engine mercurial yaml