Skip to content

Commit

Permalink
add vendor folders to .cgiignore in default templates
Browse files Browse the repository at this point in the history
  • Loading branch information
reddec committed Jun 16, 2020
1 parent 72f166e commit a061050
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ func ListEmbedded() map[string]*Template {
"app.py": pythonScript,
"Makefile": pythonMake,
"requirements.txt": "requests",
".cgiignore": "venv",
},
Manifest: types.Manifest{
Name: "Example Python Function",
Expand Down Expand Up @@ -126,6 +127,7 @@ Replace url to the real
"app.js": nodeJsScript,
"package.json": nodeJsManifest,
"Makefile": nodeJsMake,
".cgiignore": "node_modules",
},
Manifest: types.Manifest{
Name: "Example NodeJS Function",
Expand Down

0 comments on commit a061050

Please sign in to comment.