mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
Currently, git metadata is not included on the Vercel dashboard when a project is deployed via the CLI. This PR populates the git metadata.
### 📋 Checklist
<!--
Please keep your PR as a Draft until the checklist is complete
-->
#### Tests
- [x] The code changed/added as part of this PR has been covered with tests
- [x] All tests pass locally with `yarn test-unit`
#### Code Review
- [ ] This PR has a concise title and thorough description useful to a reviewer
- [ ] Issue from task tracker has a link to this PR
15 lines
427 B
Plaintext
15 lines
427 B
Plaintext
# Ignore test fixtures in GitHub Languages
|
|
# See https://github.com/github/linguist#vendored-code
|
|
examples/* linguist-vendored
|
|
utils/* linguist-vendored
|
|
test/* linguist-vendored
|
|
packages/*/test/* linguist-vendored
|
|
|
|
# Go build fails with Windows line endings.
|
|
*.go text eol=lf
|
|
go.mod text eol=lf
|
|
|
|
# Mark certain files as "binary" -- hide diffs
|
|
**/test/fixtures/**/git/**/* binary
|
|
**/test/fixtures/**/git/**/* linguist-generated
|