【发布时间】:2016-09-18 17:36:36
【问题描述】:
我有一个app.yaml 文件,我想在其中跳过整个node_modules 目录,只保留我添加的一个名为helpers.js 的文件。目前我的文件如下所示:
runtime: nodejs
vm: true
skip_files:
- ^node_modules$
对于helpers.js,跳过整个node_modules 目录除了 的最佳方法是什么?
【问题讨论】:
-
我不清楚你在问什么。
-
@sweaver2112 我要求一个正则表达式,它将排除
node_modules目录中除helpers.js之外的所有文件
标签: regex google-app-engine yaml