From 82fc718b6dcfff9fe806e387fb143c6b016ca970 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Thu, 9 Jul 2020 16:41:45 -0700 Subject: [PATCH] chore: add .gitattributes, run synth (#1047) --- .gitattributes | 3 +++ synth.metadata | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..2e63216ae --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.ts text eol=lf +*.js test eol=lf +protos/* linguist-generated diff --git a/synth.metadata b/synth.metadata index 567ac1b95..61e4d77ac 100644 --- a/synth.metadata +++ b/synth.metadata @@ -3,23 +3,23 @@ { "git": { "name": ".", - "remote": "https://github.com/googleapis/nodejs-pubsub.git", - "sha": "a7dff65c1a4115e75251b775f679e6beb092928e" + "remote": "git@github.com:googleapis/nodejs-pubsub.git", + "sha": "c2ac083fdb5f3b71dcb3be482b8ee5c9d527342d" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "14f0c2cc9392234707247ab2b0782c118cb179aa", - "internalRef": "317914250" + "sha": "6c35ede4fe3055d3c8491718c78ce46b7126645c", + "internalRef": "320175744" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "dc9caca650c77b7039e2bbc3339ffb34ae78e5b7" + "sha": "d53e4b70cf091cba04362c2fac3cda0546121641" } } ], @@ -34,4 +34,4 @@ } } ] -} +} \ No newline at end of file