Skip to content

Commit

Permalink
fix: move gitattributes files to node templates (#234)
Browse files Browse the repository at this point in the history
Source-Author: F. Hinkelmann <franziska.hinkelmann@gmail.com>
Source-Date: Thu Jul 23 01:45:04 2020 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 3a00b7fea8c4c83eaff8eb207f530a2e3e8e1de3
Source-Link: googleapis/synthtool@3a00b7f
  • Loading branch information
yoshi-automation committed Jul 24, 2020
1 parent 5308b4f commit 30e881c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -1,3 +1,4 @@
*.ts text eol=lf
*.js text eol=lf
protos/* linguist-generated
**/api-extractor.json linguist-language=JSON-with-Comments
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-paginator.git",
"sha": "a74769c0115bee6ec1212f2d9cd9b91a98412e17"
"sha": "5308b4fd784aba6d48c1a5b46713ea4080d81c84"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "99c93fe09f8c1dca09dfc0301c8668e3a70dd796"
"sha": "3a00b7fea8c4c83eaff8eb207f530a2e3e8e1de3"
}
}
]
Expand Down

0 comments on commit 30e881c

Please sign in to comment.