Merge branch 'main' into codespaces-further-reading
This commit is contained in:
@@ -25,7 +25,7 @@ topics:
|
||||
|
||||
{% data variables.product.company_short %} performs {% data variables.product.prodname_secret_scanning %} on {% ifversion fpt %}public and private{% endif %} repositories for secret patterns provided by {% data variables.product.company_short %} and {% data variables.product.company_short %} partners. For more information on the {% data variables.product.prodname_secret_scanning %} partner program, see "<a href="/developers/overview/secret-scanning-partner-program" class="dotcom-only">Secret scanning partner program</a>."
|
||||
|
||||
However, there can be situations where you want to scan for other secret patterns in your {% ifversion fpt %}private{% endif %} repositories. For example, you might have a secret pattern that is internal to your organization. For these situations, you can define custom {% data variables.product.prodname_secret_scanning %} patterns in your enterprise, organization, or {% ifversion fpt %}private{% endif %} repository on {% data variables.product.product_name %}. You can define up to 20 custom patterns for each {% ifversion fpt %}private{% endif %} repository, organization, or enterprise account.
|
||||
However, there can be situations where you want to scan for other secret patterns in your {% ifversion fpt %}private{% endif %} repositories. For example, you might have a secret pattern that is internal to your organization. For these situations, you can define custom {% data variables.product.prodname_secret_scanning %} patterns in your enterprise, organization, or {% ifversion fpt %}private{% endif %} repository on {% data variables.product.product_name %}. You can define up to 100 custom patterns for each organization or enterprise account, and up to 20 custom patterns per {% ifversion fpt %}private{% endif %} repository.
|
||||
|
||||
{% ifversion ghes < 3.3 or ghae %}
|
||||
{% note %}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: About GitHub Copilot telemetry
|
||||
intro: '{% data variables.product.prodname_dotcom %} Copilot collects and relies on additional telemetry data beyond what other {% data variables.product.prodname_dotcom %} products and services collect.'
|
||||
intro: '{% data variables.product.prodname_copilot %} collects and relies on additional telemetry data beyond what other {% data variables.product.company_short %} products and services collect.'
|
||||
redirect_from:
|
||||
- /early-access/github/copilot/about-github-copilot-telemetry
|
||||
versions:
|
||||
@@ -8,36 +8,21 @@ versions:
|
||||
---
|
||||
|
||||
## What data is collected
|
||||
The {% data variables.product.prodname_dotcom %} Copilot collects activity from the user’s Visual Studio Code editor, tied to a timestamp, and metadata. This metadata consists of the extension settings and the standard metadata collected by the [Visual Studio Code extension telemetry package](https://www.npmjs.com/package/vscode-extension-telemetry):
|
||||
|
||||
* Visual Studio Code machine ID (pseudonymized identifier)
|
||||
* Visual Studio Code session ID (pseudonymized identifier)
|
||||
* Visual Studio Code version
|
||||
* [Geolocation from IP address](https://docs.microsoft.com/en-us/azure/azure-monitor/app/ip-collection?tabs=net) (country, state/province and city, but not the IP address itself)
|
||||
* Operating system and version
|
||||
* Extension version
|
||||
* The VS Code UI (web or desktop)
|
||||
Data collected is described in the "[{% data variables.product.prodname_copilot %} Telemetry Terms](/github/copilot/github-copilot-telemetry-terms)." In addition, the {% data variables.product.prodname_copilot %} extension/plugin collects activity from the user's Integrated Development Environment (IDE), tied to a timestamp, and metadata collected by the extension/plugin telemetry package. When used with Visual Studio Code, IntelliJ, NeoVIM, or other IDEs, {% data variables.product.prodname_copilot %} collects the standard metadata provided by those IDEs.
|
||||
|
||||
The activity collected consists of events that are triggered when:
|
||||
## How the data is used by {% data variables.product.company_short %}
|
||||
|
||||
* An error occurs (it records the error kind and relevant background; e.g. if it’s an authentication error the key expiry date is recorded)
|
||||
* Our models are accessed to ask for code suggestions (it records editor state like position of cursor and snippets of code)—this includes cases when the user takes an action to request code suggestions
|
||||
* Code suggestions are received or displayed (it records the suggestions, post-processing, and metadata like model certainty and latency)
|
||||
* Code suggestions are redacted due to filters that ensure AI safety
|
||||
* The user acts on code suggestions (e.g. to accept or reject them)
|
||||
* The user has acted on code suggestions and then it records whether or how they persisted in the code
|
||||
{% data variables.product.company_short %} will use this data for:
|
||||
|
||||
## How the data is used
|
||||
This data will only be used by {% data variables.product.company_short %} for:
|
||||
|
||||
* Directly improving the product, including assessing different strategies in processing and predicting which suggestions users may find helpful
|
||||
* Directly evaluating the product, e.g. by measuring the positive impact it has on the user
|
||||
* Improving the underlying code generation models, e.g. by providing positive and negative examples (but always so that your private code is not used as input to suggest code for other users of {% data variables.product.prodname_dotcom %} Copilot)
|
||||
* Guiding closely related {% data variables.product.prodname_dotcom %} products
|
||||
* Investigating and detecting potential abuse of the {% data variables.product.prodname_dotcom %} Copilot service
|
||||
* Other purposes related to improving the {% data variables.product.prodname_dotcom %} Copilot service
|
||||
- Directly improving the product, including assessing different strategies in processing and predicting which suggestions users may find helpful
|
||||
- Evaluating the product, e.g. by measuring the positive impact it has on the user
|
||||
- Improving the underlying code generation models, e.g. by providing positive and negative examples (but always so that your private code is not used as input to suggest code for other users of {% data variables.product.prodname_copilot %})
|
||||
- Guiding closely related {% data variables.product.company_short %} products
|
||||
- Investigating and detecting potential abuse of the {% data variables.product.prodname_copilot %} service
|
||||
- Other purposes related to improving the {% data variables.product.prodname_copilot %} service, including sharing as described in the next section
|
||||
|
||||
## How the data is shared
|
||||
The telemetry data is stored securely on {% data variables.product.prodname_dotcom %} systems, with appropriate encryption in place.
|
||||
|
||||
We know user edit actions and source code snippets are very sensitive data, and access is strictly controlled. The data can only be accessed by (1) named {% data variables.product.company_short %} personnel (employees and contractors) working on the {% data variables.product.company_short %} Copilot team or on the {% data variables.product.company_short %} platform health team, (2) select Microsoft personnel (employees and contractors) working on or with the {% data variables.product.company_short %} Copilot team, and (3) select employees of OpenAI who work on {% data variables.product.company_short %} Copilot.
|
||||
The telemetry data is stored securely on {% data variables.product.company_short %} systems, with appropriate encryption in place. We know user edit actions, source code snippets, and URLs of repositories and file paths are sensitive data. Consequently, access is strictly controlled. The data can only be accessed by (1) named {% data variables.product.company_short %} personnel (employees and contractors) working on the {% data variables.product.prodname_copilot %} team or on the {% data variables.product.company_short %} platform health team, (2) Microsoft personnel (employees and contractors) working on or with the Azure and/or {% data variables.product.prodname_copilot %} teams, and (3) employees of OpenAI who work on {% data variables.product.prodname_copilot %}.
|
||||
|
||||
|
||||
16
content/github/copilot/github-copilot-telemetry-terms.md
Normal file
16
content/github/copilot/github-copilot-telemetry-terms.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: GitHub Copilot Telemetry Terms
|
||||
intro: 'Acceptance of the additional telemetry described below is a condition to joining the wait list for the technical preview of {% data variables.product.prodname_copilot %} and using {% data variables.product.prodname_copilot %} during the technical preview.'
|
||||
redirect_from:
|
||||
- /early-access/github/copilot/telemetry-terms
|
||||
- /github/copilot/telemetry-terms
|
||||
versions:
|
||||
fpt: '*'
|
||||
---
|
||||
|
||||
## Additional telemetry
|
||||
|
||||
If you use {% data variables.product.prodname_copilot %}, the {% data variables.product.prodname_copilot %} extension/plugin will collect usage information about events generated by interacting with the integrated development environment (IDE). These events include {% data variables.product.prodname_copilot %} performance, features used, and suggestions accepted, modified and accepted, or dismissed. This information may include personal data, including your User Personal Information, as defined in the [GitHub Privacy Statement](/github/site-policy/github-privacy-statement).
|
||||
|
||||
This usage information is used by {% data variables.product.company_short %}, and shared with Microsoft and OpenAI, to develop and improve the extension/plugin and related products. OpenAI also uses this usage information to perform other services related to {% data variables.product.prodname_copilot %}. For example, when you edit files with the {% data variables.product.prodname_copilot %} extension/plugin enabled, file content snippets, suggestions, and any modifications to suggestions will be shared with {% data variables.product.company_short %}, Microsoft, and OpenAI, and used for diagnostic purposes to improve suggestions and related products. {% data variables.product.prodname_copilot %} relies on file content for context, both in the file you are editing and potentially other files open in the same IDE instance. When you are using {% data variables.product.prodname_copilot %}, it may also collect the URLs of repositories or file paths for relevant files. {% data variables.product.prodname_copilot %} does not use these URLs, file paths, or snippets collected in your telemetry as input to suggest code for other users of {% data variables.product.prodname_copilot %}. This information is treated as confidential information and accessed on a need-to-know basis. You are prohibited from collecting telemetry data about other users of {% data variables.product.prodname_copilot %} from the {% data variables.product.prodname_copilot %} extension/plugin. For more details about {% data variables.product.prodname_copilot %} telemetry, please see "[About {% data variables.product.prodname_copilot %} telemetry](/github/copilot/about-github-copilot-telemetry)." You may revoke your consent to the telemetry and personal data processing operations described in this paragraph by contacting GitHub and requesting removal from the technical preview.
|
||||
|
||||
@@ -5,7 +5,7 @@ versions:
|
||||
fpt: '*'
|
||||
children:
|
||||
- /about-github-copilot-telemetry
|
||||
- /telemetry-terms
|
||||
- /github-copilot-telemetry-terms
|
||||
- /research-recitation
|
||||
---
|
||||
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
title: Telemetry terms
|
||||
intro: 'Acceptance of the additional telemetry described below is a condition to joining the wait list for the technical preview of {% data variables.product.prodname_dotcom %} Copilot and using {% data variables.product.prodname_dotcom %} Copilot during the technical preview.'
|
||||
redirect_from:
|
||||
- /early-access/github/copilot/telemetry-terms
|
||||
versions:
|
||||
fpt: '*'
|
||||
---
|
||||
|
||||
## Additional telemetry
|
||||
If you are admitted to the technical preview and use {% data variables.product.prodname_dotcom %} Copilot, the {% data variables.product.prodname_dotcom %} Copilot Visual Studio Code extension will collect usage information about events in Visual Studio Code that are tied to your user account on {% data variables.product.prodname_dotcom %}. These events include {% data variables.product.prodname_dotcom %} Copilot performance, features used, or suggestions accepted or dismissed. {% data variables.product.prodname_dotcom %} collects this information using [Azure Application Insights](https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview). This information may include your User Personal Information, as defined in the [GitHub Privacy Statement](/github/site-policy/github-privacy-statement).
|
||||
|
||||
This usage information is used by {% data variables.product.prodname_dotcom %}, and shared with OpenAI, to develop and improve the {% data variables.product.prodname_dotcom %} Copilot Visual Studio Code extension and related {% data variables.product.prodname_dotcom %} products. OpenAI also uses this usage information to perform other services related to {% data variables.product.prodname_dotcom %} Copilot, such as abuse monitoring. Please note that the usage information may include snippets of code that you use, create, or generate while using {% data variables.product.prodname_dotcom %} Copilot. When you edit files with the {% data variables.product.prodname_dotcom %} Copilot plugin enabled, file content snippets and suggestion results will be shared with {% data variables.product.prodname_dotcom %} and OpenAI and used for diagnostic purposes and to improve suggestions. {% data variables.product.prodname_dotcom %} Copilot relies on file content, for context, both in the file you are editing and potentially other files in the same Visual Studio Code workspace. {% data variables.product.prodname_dotcom %} Copilot does not use your private code as input to suggest code for other users of {% data variables.product.prodname_dotcom %} Copilot. The code snippets are treated as confidential information and accessed on a need-to-know basis. You are prohibited from collecting telemetry data about other users of {% data variables.product.prodname_dotcom %} Copilot from the Visual Studio Code extension. For more details about {% data variables.product.prodname_dotcom %} Copilot telemetry, please see "[About GitHub Copilot telemetry](/github/copilot/about-github-copilot-telemetry)." If you are admitted to the technical preview, you may revoke your consent to the additional telemetry and personal data processing operations described in this paragraph by contacting {% data variables.product.company_short %} and requesting removal from the technical preview.
|
||||
@@ -38,7 +38,7 @@ In order to prevent violations of these limitations and abuse of GitHub Actions,
|
||||
## Advanced Security
|
||||
GitHub makes extra security features available to customers under an Advanced Security license. These features include code scanning, secret scanning, and dependency review. The [Advanced Security documentation](/github/getting-started-with-github/about-github-advanced-security) provides more details.
|
||||
|
||||
Advanced Security is licensed on a "Unique Committer" basis. A "Unique Committer" is a licensed user of GitHub Enterprise, GitHub Enterprise Cloud, GitHub Enterprise Server, or GitHub AE, who has made a code commit in the last 90 days to any repository with any GitHub Advanced Security functionality activated. You must acquire a GitHub Advanced Security User license for each of your Unique Committers. You may only use GitHub Advanced Security on codebases that are developed by or for you. For GitHub Enterprise Cloud users, some Advanced Security features also require the use of GitHub Actions.
|
||||
Advanced Security is licensed on a "Unique Committer" basis. A "Unique Committer" is a licensed user of GitHub Enterprise, GitHub Enterprise Cloud, GitHub Enterprise Server, or GitHub AE, who has made a commit in the last 90 days to any repository with any GitHub Advanced Security functionality activated. You must acquire a GitHub Advanced Security User license for each of your Unique Committers. You may only use GitHub Advanced Security on codebases that are developed by or for you. For GitHub Enterprise Cloud users, some Advanced Security features also require the use of GitHub Actions.
|
||||
|
||||
## Advisory Database
|
||||
The GitHub Advisory Database allows you to browse or search for vulnerabilities that affect open source projects on GitHub.
|
||||
|
||||
@@ -19,7 +19,7 @@ topics:
|
||||
- Repositories
|
||||
---
|
||||
|
||||
## About repositories
|
||||
## About repositories
|
||||
|
||||
You can own repositories individually, or you can share ownership of repositories with other people in an organization.
|
||||
|
||||
@@ -74,7 +74,7 @@ All enterprise members have read permissions to the internal repository, but int
|
||||
|
||||
{% data reusables.repositories.internal-repo-default %}
|
||||
|
||||
If a user is removed from all organizations owned by the enterprise, that user's forks of internal repositories are removed automatically.
|
||||
Any member of the enterprise can fork any internal repository owned by an organization in the enterprise. The forked repository will belong to the member's user account, and the visibility of the fork will be private. If a user is removed from all organizations owned by the enterprise, that user's forks of internal repositories are removed automatically.
|
||||
{% endif %}
|
||||
|
||||
## Limits for viewing content and diffs in a repository
|
||||
@@ -107,6 +107,7 @@ The compare view and pull requests pages display a list of commits between the `
|
||||
## Further reading
|
||||
|
||||
- "[Creating a new repository](/articles/creating-a-new-repository)"
|
||||
- "[About forks](/github/collaborating-with-pull-requests/working-with-forks/about-forks)"
|
||||
- "[Collaborating with issues and pull requests](/categories/collaborating-with-issues-and-pull-requests)"
|
||||
- "[Managing your work on {% data variables.product.prodname_dotcom %}](/categories/managing-your-work-on-github/)"
|
||||
- "[Administering a repository](/categories/administering-a-repository)"
|
||||
|
||||
@@ -182,6 +182,9 @@ prodname_dependabot_version_updates: 'Dependabot version updates'
|
||||
prodname_archive: 'GitHub Archive Program'
|
||||
prodname_arctic_vault: 'Arctic Code Vault'
|
||||
|
||||
# GitHub Copilot
|
||||
prodname_copilot: 'GitHub Copilot'
|
||||
|
||||
# Links
|
||||
product_url: >-
|
||||
{% ifversion fpt %}github.com{% else %}[hostname]{% endif %}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:964c6c9884a5f3dc5e0fe10a896124fdea3c205876e919d51210dc3174a6676c
|
||||
size 525450
|
||||
oid sha256:39fdcf201fd3edc4fca0c81d6f765e78a97d4abe15043f419f9048165d02cc8a
|
||||
size 525451
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bb3e8a326b8df3256ba7159b3b84de254f7de010b0cb51716bbccd034217110
|
||||
size 868913
|
||||
oid sha256:93fc733baed0758d99478a4f3df3b8d73ba9bae09231d23c984d6a41b81940cc
|
||||
size 868749
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bb3e249d6ec2d1075650b6653c4969bbbeee0eba5a543ded8bcfd1e9ac2cbf3
|
||||
size 479305
|
||||
oid sha256:336b15a4782ae5915619154b0ebf40cb0cb8518dc438e0d480bc6230b5779305
|
||||
size 479295
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bd1b76e736293d036515093dd5b8920750a252b8e0ec7ccf35280ed83f8c15a
|
||||
size 2127268
|
||||
oid sha256:da3e82bb3c8ff712dcc003f81fc3c89a1cc232ef5b3ed7344489b3e50ced20ef
|
||||
size 2127435
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d743779b11c29b0db5f68d38acedd01af7ef97fc0f9e4e901cc0a357d05def62
|
||||
size 433127
|
||||
oid sha256:20c28404e399c5e7408e58e6bc5ff71f7003fa21e6eac2c1850b229673ed53be
|
||||
size 433216
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0837f825642570886afbc3cf4126f5e92191c769d00430ed302571a36b021a50
|
||||
size 1692241
|
||||
oid sha256:82d30a88933bb9a6d5fd1e3e8789470733c29af4ec9167c3bf5bdf283e57a63a
|
||||
size 1692793
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc27508a4d48dcb15c95730373ebf3877e9c499312ff5b27b6a0fde0734f67e9
|
||||
size 195020
|
||||
oid sha256:5a10b6762fcff278c37daa1097da763651aa07b431be3dcd92d02bb3c585d527
|
||||
size 194924
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bec3c3407e452a64ea951d7b1afeba8f3df62c96f22f46fd7f00b281626b41d
|
||||
size 702649
|
||||
oid sha256:fec5fcd1bcc05ab53068960a73978f2dc89c7414f62d1a70ca53bf31f723f269
|
||||
size 702566
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26afd7456e78f1154448d924ec21b798ae3443c0e47ebe86baad33de8292db42
|
||||
size 545268
|
||||
oid sha256:65e73061a8bdb4f7304d3ce44ad37253a4afa8b20fafb1750b95a19c7afc6f2d
|
||||
size 545245
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38617a6d842b7e7546af9ccedd7fb49b5c61a70796a46a83a84f9f7f0e515d89
|
||||
size 2879585
|
||||
oid sha256:99396933232cb06d7ed3ab603a8bb83b4eb567257d6b5fd2b87271a8d724cea0
|
||||
size 2880938
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29b7a398356cdcc086809810f0d88abc6d97853af6368589358aca0cc505c735
|
||||
size 456819
|
||||
oid sha256:fcb1e8434acdc9a886eefa65c9374d6bd4f55ab17d3cf486d4371391b0644704
|
||||
size 456788
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe56f658c55f79365cdf64209357e69a58249055a38837ff97c05b2c0c9f3a72
|
||||
size 1906279
|
||||
oid sha256:368b95e173a31200ac45bc69f024e7769f1f76d53d0189c50c3de490ab4318ef
|
||||
size 1905783
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3be2d90e9dc295cd312b3de45ffdf2e3e2bb1441521262fa2bb9d44e8a281faf
|
||||
size 544992
|
||||
oid sha256:f645379f65ee98a66b1235c247d56c24665aef624cc376ec16f80b5989abdbb2
|
||||
size 545008
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f003171ac10fc3562f845a27c042058c07a5547d9c6cb798ab385477100a403f
|
||||
size 907683
|
||||
oid sha256:0ab38fdceb61498ce8256addc3f8cd7c5f882913717a838e8ef72eade86f8288
|
||||
size 906534
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49988e7789ef24c78c03204fde58c6d32e5b1957e9dd98ff8fe951dca2c73591
|
||||
size 499882
|
||||
oid sha256:5a28c75e4a21177034f5f3264b196f20f3fdd652c665eaccc6d453aa4dfc5c21
|
||||
size 499774
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c32709b0a6be47dd119923c9a2568f57592463026f618d5b0b7eeaf373886661
|
||||
size 2233290
|
||||
oid sha256:9b865f2b1ae31621a23c78a60143c86100717253c87e489565e6849260716678
|
||||
size 2232482
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b0f90fe29caeac9786da5b2bc391972a195a06ff5f3bd09614faad60526408c
|
||||
size 453726
|
||||
oid sha256:ef7572c3f767d146081755059bcb57d64da2d72a7d89aeb3723c9f63cb118995
|
||||
size 453459
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1240b296e21c1b1cd7796ecf5aadf5ce91c8b625bf9b3f38ae69523706754046
|
||||
size 1767718
|
||||
oid sha256:135150efcc834eb36834636aeed82218441545911485ea4a3b1d9ed939f25ea1
|
||||
size 1766286
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ba5ba4332ee0209849f38c6fc3643acc6342bee5d6a5d2186c980edba46a7b1
|
||||
size 193675
|
||||
oid sha256:61e2ce243d6a3cdb3309bba3adbf14f4eacf3dc55076170577c82ea37139eddc
|
||||
size 193735
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dafa7132a31895fdfef4d4d57c4a7b757fd8c414098d889405109566e321fa15
|
||||
size 694248
|
||||
oid sha256:5d01a077977ffcae36e05a8afc845cadda74b5687baed1ed027f2406532c7c05
|
||||
size 693976
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0a0c5419e189f3c270eed41e61a08b282f32616541402d4990710996f3ba1d3
|
||||
size 567950
|
||||
oid sha256:d58ce548ecb38d7021de814feb38743952af613d16aad217c81faca8e29fde49
|
||||
size 567693
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:449dd5211c8594dc8fc374e5c94c8ef10f16b3da7e0a72f75eb0dbf69e66b245
|
||||
size 3007177
|
||||
oid sha256:924b79d0d4bf5ee372e917537fa5fadb5fb802577fc9649cc82a44d0cb999b5f
|
||||
size 3007226
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60a73045e2f0006462bab6468e794fec507a345bbc12e9cb325bb00702ed99db
|
||||
size 477605
|
||||
oid sha256:ddaa0f0acea9b4b1ef3e3b3188842680f14eaddd89962c2e669d794a8823e21c
|
||||
size 477659
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d51b9dd23e99469336bc4633d479dd04c086f7c6fe1e9d5a2d1cf8ae65cef181
|
||||
size 1993274
|
||||
oid sha256:917766b05221e002bae32e89ddb2d55af0bdeba20618a3014d66f6829ca8ff5a
|
||||
size 1992926
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a95cb910ee932288ae44711babd44bf673ea934697a9be63c350164a74dbedc
|
||||
size 557382
|
||||
oid sha256:c6062d3ead589c9ed59e2d3aaea5c51259b0751a23f119c8cb1851be4006c13b
|
||||
size 557413
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c909ebb2749f144c236432870cc1a39a054774c20eedd9fd9e676a1b50055c4
|
||||
size 929464
|
||||
oid sha256:fcdc165b8a28a72051175999732dcfedcf2c82f2d58bdaf18c4e303d2303d64d
|
||||
size 929277
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b54fe410e35b9caa33e6d38f7489da1dd3ce3103f8c467851987ae5a90cc90f0
|
||||
size 508441
|
||||
oid sha256:22c4079c3045b9ac17bcda60633428f15d7429bb324cb2393549e1a33923f5f0
|
||||
size 508477
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9abac3f66a10507e7a9c030fd346a4153dc6b4412f940b7f8baed271dcb4df64
|
||||
size 2283996
|
||||
oid sha256:65966352db7e305f291239aee4fd1563ca2257d48ffc07bf51141c6fb4448bd4
|
||||
size 2284583
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f792f197efc557095fe21b89ac0c66c6a07718cdf9a02de6a429d8aba7af05d5
|
||||
size 463114
|
||||
oid sha256:30019775c46efaed7cdf092e080cf99f51042f892c7d260e8853940f2487e8ae
|
||||
size 462675
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e892a136d5ad3224e27178e9d82059088d5fab38fa451231e27d3fa4441c32ac
|
||||
size 1805888
|
||||
oid sha256:36276d81cdb42c5061ff47a55f80b9db2df8c7bcec7fe412a787b7ff6c468d63
|
||||
size 1805362
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07c3865bcfbf1145ea5e2b15b722e4b78d2128bc880b596282658cab58470217
|
||||
size 193691
|
||||
oid sha256:6e35f97cf38a1e90df35ad97119515eba600cf8ea547ee82164128ab45e51c8d
|
||||
size 193679
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fde70d09aca1d1b00b8ba7a501eaa4d9f77a9c8f5f3988624ff76baf89e21fc0
|
||||
size 694320
|
||||
oid sha256:70b8ba8dfee0b5b5cb44d4990aee5d13adcfea1109b8d1fe460804262c2e3585
|
||||
size 694126
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b269d829dc9c37ff42705ae794210fe7a561ec9b0520be8408283e8426788be
|
||||
size 579904
|
||||
oid sha256:f67189a53ba7f12efd2e04f07891e9c2d7c98acd332e706136d8581b3f151df2
|
||||
size 579903
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c63062312cc0c3015ec086691cfc0d4c57ac81aba3e30f14cd090f26d3f6cee
|
||||
size 3074306
|
||||
oid sha256:4f2d5850ced27c07e98ce51ba95249494ba5e50fb8efa3ca285e9bfbcc7e5dcc
|
||||
size 3072963
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e7404770256fb0b195942ab4f98f5367c63a4c0cff30e067440df2d666b3108
|
||||
size 487024
|
||||
oid sha256:4e12b10c2087d718f3a458223e9d2ba1040fa0722611f9757ac4f62553a1c802
|
||||
size 487086
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:faeed9399320f29521f67f2b8b1c87f58710b837acae38144ab337e5b6dba08b
|
||||
size 2036156
|
||||
oid sha256:81bb6cb386ef9f2b62bdcf1ed8b648fc3c0d3ecb576f3e559ebb49f0c8763c4b
|
||||
size 2036857
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba285a1ac591c45186eec5b8db5bdd09ae8a1da4d8dd96b875096defd38478dd
|
||||
size 567938
|
||||
oid sha256:d7ab75388591ca5b08b89a29b9bf7d4b9d21377863a5ff91dd5549ef8786eda1
|
||||
size 567840
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:372eaf82dbd304aeaab6d6e4078afbf0e7d597992c212cc7b765cb84db93d5f4
|
||||
size 949214
|
||||
oid sha256:e14265541f9152fd998cb242fa8f8e385b6f84ac281519924f0a0f0220296974
|
||||
size 949264
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6de191373eb4c77c0e0eb3dd6ee3a2a86fdea54c1645f2b6963f0a4c75e2f337
|
||||
size 517615
|
||||
oid sha256:c4c215df91137e777ddf85b5c0f4503f525060a49345976981b5cdd72012a1b2
|
||||
size 517516
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dab54f876a3ef1793595e5820da2ad9c8386bc003c60d63c5690c97e53bf9a2
|
||||
size 2333480
|
||||
oid sha256:ff51236fe4ab0843713ce5afd0b9b17f8b84d0987d2d0076cff1c53d158eecd2
|
||||
size 2331933
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be0f0667d78d74d81d8c4a98183e60b0863803ba2d8b3e78bbd06260a8d9ccfc
|
||||
size 471251
|
||||
oid sha256:03df8c634d0927883ba94b4b1ff7b0855d023b3f07480cea01e3f40413210409
|
||||
size 471434
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c333f6e2ffe50ce364ac1d311543126b2ff894ff358033221bb651da88e4835
|
||||
size 1838137
|
||||
oid sha256:60b86615a45bfd6307da5eb08f55d9167af234869b6c5f5d739a3ad373ddeccc
|
||||
size 1838147
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0259187f5ae6399f0df583081997c66db9ef1d9c7e4fe0e168c8ac229153300
|
||||
size 193608
|
||||
oid sha256:9e77566a720589c4c786a902aeb4dbff8c4e6fdf0e17e3e96de6db64135fb932
|
||||
size 193542
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd6ac7651ada1300b414dc958a0c1f5efe8abc2a22b4814c899178e3fb6e4181
|
||||
size 694381
|
||||
oid sha256:c62541f33a41ae82b98dbc49f53a0b8d4c87a9b8b353a86e4fcd19a12ae5ea9e
|
||||
size 694010
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad5a4777088830059797b2bfc8193d9f1c70410e77ba047d5ededda45f9fc400
|
||||
size 590369
|
||||
oid sha256:87e874c78b90fec5453e74ac457410765e8783bce2c2aa70bf3b140c6b1fe1c2
|
||||
size 590227
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e128217a078aa25573602ebac26f944df9e316f75083759221e918db62e96f0
|
||||
size 3143171
|
||||
oid sha256:6518c81e5db006f46918cd3bd84f4e280844bc822e93a5d5fb60010ae2eda792
|
||||
size 3139838
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00ec12e3fa7b265a3425ef4f2ded7ab64d91d212388c1b0b50466ee6d9a27bd1
|
||||
size 496566
|
||||
oid sha256:223ce5612a68bbe932f22755c5b103ea6e6d8a792d8c26212f6d392a1beffa25
|
||||
size 496588
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23661f3316581f68f0b9a819e520bc11037d7550f1858136ef7cfb2e8a044dc2
|
||||
size 2078383
|
||||
oid sha256:a78dc9ee5146ba9aafadcf3debb341bcd8e96f9948944e4adb6d0b80b1a932db
|
||||
size 2077660
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2350b01523bcaa39c2ea13dd68cab37d07c4ba1585c73e04c92db87197729561
|
||||
size 770979
|
||||
oid sha256:75ca66f850431d0fd02844787ec3a12fd082db96950c1ddfca51277520ef363d
|
||||
size 770723
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71adfdca0997363e3b73abede6c60f254fc505ac08ebda49b6584c17802ee9ee
|
||||
size 1171784
|
||||
oid sha256:4aac3baa354a2db91b363cbda311929fcb7e8dc73301290968b4becb23b60702
|
||||
size 1171309
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13406c213ac27a87a64c05a9c84f6cd0828d4f5aebde0ff6efb1edeb9d44af90
|
||||
size 690711
|
||||
oid sha256:8873d1f71ad78eaa1fec00f41ce20f811429de310403132e6c52cbb33231164c
|
||||
size 690742
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82c5643cd2925f2746772057b72db6b4b12121cdeb091504d94cfc89eaa36945
|
||||
size 3124426
|
||||
oid sha256:46eb67974d1f75224094f66ecf5dd933fdfc67a0ee5c8e187bd624946e48b5c5
|
||||
size 3125917
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9631af779a28af1f26ee25e919348d93116f102965d9e392b9f79751bbd313e7
|
||||
size 637427
|
||||
oid sha256:004185591683cb9fa318bdd5bd7c78c838dd1fe83f726d82ceac3c866e0513e3
|
||||
size 636788
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da5a2178dcea346fffe23f25b4a0bd1a40ffd1010a13124265edeed069870df1
|
||||
size 2419687
|
||||
oid sha256:45ad81e8a26939dee397eb45aea60a40605569170f50ad32ee97bc96c1f8c5df
|
||||
size 2418819
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a32c8115466986a47a0a1079ea34141285adedb1ed15b494ab80919313a4e092
|
||||
size 205344
|
||||
oid sha256:d4dc772890d7759109db2021fea33ae54a05b2bff532fec5b90edf0f917cbde6
|
||||
size 205180
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17706263e87d4804619e453b15d61793b982ab6ecd99ffd7aab79a69605c9941
|
||||
size 651306
|
||||
oid sha256:7cbc5ede31f74e3755c30b5cea43af61979f01f4cb6a677782805e650af83082
|
||||
size 650904
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03402696d6c6c5799fc64e40884074a065f4974e7d165936e93aa0d2c00c247e
|
||||
size 795780
|
||||
oid sha256:fa1ba6f446e061304d463fbbe9d3a46649a0c7bfb0c512bf1ba811ec1fa6ac5c
|
||||
size 795328
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cf15a9ca4cb042dba72e5e71d3883f7fff611859522af640a2597cb681206b0
|
||||
size 4151419
|
||||
oid sha256:20e2e3dcc7d6aba9fa8fc60765da578e2ca349a2db50594b87b5d67f401dafb5
|
||||
size 4152479
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9866f172283ba3e5f52d51c3b6ee888a711fb8a563f354ec5fedff3577ad32ad
|
||||
size 669816
|
||||
oid sha256:f46c3581c56b140a90611efc36195ddfb0d02e20db4cf760eb177e7ac0abfcf9
|
||||
size 669534
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d91649bee00a49c14f0337656576936ccda96cc8c967a4f62c93ff7f5e5fe0ee
|
||||
size 2751785
|
||||
oid sha256:7b47bf4891b07773cc321ca5f2930ee9a3209d897c553410fc12d2fc55078f34
|
||||
size 2750833
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23593c25a03ef993723c0450f2f7431e9dc708a05a66ba5d302410101823050e
|
||||
size 433745
|
||||
oid sha256:310dcf30493884a1dea6647cb41ccc7c05a732181b6ab7361384a5491f88f673
|
||||
size 433696
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3885a6fc1dbe56da91ce38acff893f73c4df9f57460987a4d929c445c06b03c
|
||||
size 692753
|
||||
oid sha256:6d36ff88b22a3d85a7d945562d0d71c089d22e1f7015bbb47f57f10b3ad46710
|
||||
size 692822
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:236c524ab47ccf20627c015043a85b26e183dad29b2086b711fbbfdab7b437cd
|
||||
size 400555
|
||||
oid sha256:22e00eafb6b3dbe8fadbcfac3648f999f058cce233ea4de93412f246711fb6a7
|
||||
size 400585
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2366a28ea89432ca825feca07ea563530cc9717420dd17b9a5d102abb90df9d
|
||||
size 1744766
|
||||
oid sha256:1616d8a77aef14715a3ba0d6bac6fbf7c4c0a95ac077094b676726acab78e7e3
|
||||
size 1744165
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a17c0f6682ddd180de3d1ace3abb23e2827d6ee9a0e40e975a9804de1aadec93
|
||||
size 363555
|
||||
oid sha256:6a01f886511b4f84a342296add408c8b5a2c4e1f483667bc2fc1fba636489dc5
|
||||
size 363375
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83e250e15efbede04fa84a3c57f4a9fe9af41d613218b262ae4f4f130cea2401
|
||||
size 1352877
|
||||
oid sha256:a5637a022a45628f94b0703f573d0acf0fee749dd6f74c7518844bac1e50d816
|
||||
size 1352245
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b3fb0ca3ebd5cd5c1d22858834fd546dfd2b682bd9d83b731942f905ae90f99
|
||||
size 130851
|
||||
oid sha256:3f756f9d0bcca425afcd4e51a0e18d76c07ab298a104105c8aa72936b6a9f308
|
||||
size 130856
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2813ac0f558da83f8d7de19ab4f4285785873a9c0fdb3c4bc2d6b4402022f1f2
|
||||
size 420441
|
||||
oid sha256:59d32fbf185031232d3d526e766b567eb4e84ece39a2b3e26554ab67d1cc2672
|
||||
size 420252
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:400fc3ea22bafb1b063fc2d951a8bbb2f5dd59211945a796e28cc7f3d6b24ed7
|
||||
size 453036
|
||||
oid sha256:3d03b3b58099b325485725de8cd17f0052f8f1cd474ebfc5e7be81733c5f5be2
|
||||
size 453022
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df9e932ea152419a3623c7a0279e9d3af8a130ed95ce3c92fc06b7db0c5c97ed
|
||||
size 2299022
|
||||
oid sha256:76c185d4fbb77f00c8b685168035b0f2ac1565c97df0a42051ff4e35a2c6c1b1
|
||||
size 2299236
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14da51ff5e9df9d61d3e2f8d810222f506868951201e67ac69194209c4c57c73
|
||||
size 384687
|
||||
oid sha256:c0ed65219b78a3d3697d301d502ba39ac57459e9914c0a886b854a7b15bbadb0
|
||||
size 384748
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57a73e3f6f3982559567cde2225803543e0e0b966465424d1054ba9e5a1248cc
|
||||
size 1539537
|
||||
oid sha256:733b56a709669c8f9f1341bd1d9413a6c62e9f1ccc127ce62fc41ac4b5894474
|
||||
size 1539578
|
||||
|
||||
Reference in New Issue
Block a user