Skip to content

Commit

Permalink
chore: update synth metadata (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Dec 4, 2018
1 parent c9d9fdb commit b90066c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ build
.vscode
package-lock.json
.system-test-run/
__pycache__
13 changes: 12 additions & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
{}
{
"updateTime": "2018-12-04T17:54:44.365406Z",
"sources": [
{
"template": {
"name": "node_library",
"origin": "synthtool.gcp",
"version": "2018.11.30"
}
}
]
}
2 changes: 1 addition & 1 deletion synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
logging.basicConfig(level=logging.DEBUG)
common_templates = gcp.CommonTemplates()
templates = common_templates.node_library()
s.copy(templates)
s.copy(templates, excludes=["LICENSE"])

0 comments on commit b90066c

Please sign in to comment.