trying to fix
1
var/dap/breakpoints.el
Normal file
|
@ -0,0 +1 @@
|
|||
#s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ())
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
|
||||
<Default Extension=".md" ContentType="text/markdown"/><Default Extension=".txt" ContentType="text/plain"/><Default Extension=".svg" ContentType="image/svg+xml"/><Default Extension=".png" ContentType="image/png"/><Default Extension=".js" ContentType="application/javascript"/><Default Extension=".json" ContentType="application/json"/><Default Extension=".licence" ContentType="application/octet-stream"/><Default Extension=".vsixmanifest" ContentType="text/xml"/>
|
||||
</Types>
|
|
@ -0,0 +1,44 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
|
||||
<Metadata>
|
||||
<Identity Language="en-US" Id="dart-code" Version="3.25.1" Publisher="Dart-Code" />
|
||||
<DisplayName>Dart</DisplayName>
|
||||
<Description xml:space="preserve">Dart language support and debugger for Visual Studio Code.</Description>
|
||||
<Tags>dart,flutter,fuchsia,multi-root ready,keybindings,debuggers,Dart,__ext_dart</Tags>
|
||||
<Categories>Programming Languages,Snippets,Linters,Formatters,Debuggers</Categories>
|
||||
<GalleryFlags>Public</GalleryFlags>
|
||||
<Badges></Badges>
|
||||
<Properties>
|
||||
<Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.57.0" />
|
||||
<Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" />
|
||||
<Property Id="Microsoft.VisualStudio.Code.ExtensionPack" Value="" />
|
||||
<Property Id="Microsoft.VisualStudio.Code.ExtensionKind" Value="workspace" />
|
||||
<Property Id="Microsoft.VisualStudio.Code.LocalizedLanguages" Value="" />
|
||||
|
||||
<Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/Dart-Code/Dart-Code.git" />
|
||||
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/Dart-Code/Dart-Code.git" />
|
||||
|
||||
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/Dart-Code/Dart-Code.git" />
|
||||
|
||||
|
||||
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/Dart-Code/Dart-Code/issues" />
|
||||
<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://dartcode.org/" />
|
||||
|
||||
|
||||
<Property Id="Microsoft.VisualStudio.Services.GitHubFlavoredMarkdown" Value="true" />
|
||||
|
||||
|
||||
|
||||
</Properties>
|
||||
<License>extension/LICENSE.txt</License>
|
||||
<Icon>extension/media/dart.png</Icon>
|
||||
</Metadata>
|
||||
<Installation>
|
||||
<InstallationTarget Id="Microsoft.VisualStudio.Code"/>
|
||||
</Installation>
|
||||
<Dependencies/>
|
||||
<Assets>
|
||||
<Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" Addressable="true" />
|
||||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" Path="extension/README.md" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Content.Changelog" Path="extension/CHANGELOG.md" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Content.License" Path="extension/LICENSE.txt" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Icons.Default" Path="extension/media/dart.png" Addressable="true" />
|
||||
</Assets>
|
||||
</PackageManifest>
|
|
@ -0,0 +1 @@
|
|||
Full release notes for all versions can be found at [dartcode.org/releases](https://dartcode.org/releases/).
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2016 Danny Tuppeny
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
|
@ -0,0 +1,89 @@
|
|||
[](https://discord.gg/xSTPEqm)
|
||||
[](https://gitter.im/dart-code/Dart-Code)
|
||||
[](https://twitter.com/DartCode)
|
||||
[](https://github.com/Dart-Code/Dart-Code/blob/master/CONTRIBUTING.md)
|
||||
|
||||
## Introduction
|
||||
|
||||
Dart Code extends [VS Code](https://code.visualstudio.com/) with support for the
|
||||
[Dart](https://www.dartlang.org/) programming language, and provides tools for
|
||||
effectively editing, refactoring, running, and reloading [Flutter](https://flutter.dev/)
|
||||
mobile apps, and [AngularDart](https://angulardart.org) web apps.
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
Dart Code can be [installed from the Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code) or by [searching within VS Code](https://code.visualstudio.com/docs/editor/extension-gallery#_search-for-an-extension).
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- Edit and Debug Flutter mobile apps (launch using `F5` or the `Debug` menu)
|
||||
- Edit and Debug Dart command line apps (launch using `F5` or the `Debug` menu)
|
||||
- [Automatic hot reloads for Flutter](https://dartcode.org/docs/settings/#dartflutterhotreloadonsave)
|
||||
- [Refactorings and Code fixes (lightbulb)](https://dartcode.org/docs/refactorings-and-code-fixes/)
|
||||
- [Quickly switch between devices for Flutter](https://dartcode.org/docs/quickly-switching-between-flutter-devices/)
|
||||
- [Flutter Doctor command](https://dartcode.org/docs/commands/#flutter-run-flutter-doctor)
|
||||
- [Flutter Get Packages command](https://dartcode.org/docs/commands/#flutter-get-packages)
|
||||
- [Flutter Upgrade Packages command](https://dartcode.org/docs/commands/#flutter-upgrade-packages)
|
||||
- [Automatically gets packages when `pubspec.yaml` is saved](https://dartcode.org/docs/settings/#dartrunpubgetonpubspecchanges)
|
||||
- [Automatically finds SDKs from `PATH`](https://dartcode.org/docs/configuring-path-and-environment-variables/)
|
||||
- [Notification of new stable Dart SDK releases](https://dartcode.org/docs/settings/#dartcheckforsdkupdates)
|
||||
- [Sort Members command](https://dartcode.org/docs/commands/#dart-sort-members)
|
||||
- Support for debugging "just my code" or SDK/libraries too ([`dart.debugSdkLibraries`](https://dartcode.org/docs/settings/#dartdebugsdklibraries) and [`dart.debugExternalLibraries`](https://dartcode.org/docs/settings/#dartdebugexternallibraries))
|
||||
- [Prompts to get packages when out of date](https://dartcode.org/docs/settings/#dartprompttogetpackages)
|
||||
- Syntax highlighting
|
||||
- Code completion
|
||||
- [Snippets](https://github.com/Dart-Code/Dart-Code/tree/master/snippets)
|
||||
- Realtime errors/warnings/TODOs
|
||||
- Documentation in hovers/tooltips
|
||||
- Go to Definition
|
||||
- Find References
|
||||
- Rename refactoring
|
||||
- Format document
|
||||
- Support for format-on-save (`editor.formatOnSave`)
|
||||
- Support for format-on-type (`editor.formatOnType`)
|
||||
- Workspace symbol search
|
||||
- Document symbol search
|
||||
- [Organize Imports command](https://dartcode.org/docs/commands/#dart-organize-imports)
|
||||
- [Pub Get Packages command](https://dartcode.org/docs/commands/#pub-get-packages)
|
||||
- [Pub Upgrade Packages command](https://dartcode.org/docs/commands/#pub-upgrade-packages)
|
||||
- [Type Hierarchy](https://dartcode.org/docs/commands/#dart-show-type-hierarchy)
|
||||
|
||||
|
||||
## Extension Settings
|
||||
|
||||
A full list of settings is [available here](https://dartcode.org/docs/settings/).
|
||||
|
||||
|
||||
## Frequently Asked Questions
|
||||
|
||||
A list of frequently asked questions is [available here](https://dartcode.org/faq/).
|
||||
|
||||
|
||||
## Key Bindings
|
||||
|
||||
A list of useful key bindings is [available here](https://dartcode.org/docs/key-bindings/).
|
||||
|
||||
|
||||
## Refactorings and Code Fixes
|
||||
|
||||
A full list of supported refactors is [available here](https://dartcode.org/docs/refactorings-and-code-fixes/).
|
||||
|
||||
|
||||
## Analytics
|
||||
|
||||
This extension reports some analytics such as:
|
||||
|
||||
- Extension load and analysis times
|
||||
- Whether you have disabled some settings (such as showing TODOs in Problems Window or Closing Labels)
|
||||
- Frequency of use of features like Hot Reload, Hot Restart and Open Observatory
|
||||
- Crashes in the Dart analysis server
|
||||
- Platform and Dart/Flutter SDK versions
|
||||
|
||||
Reporting can be disabled via the [`dart.allowAnalytics` setting](https://dartcode.org/docs/settings/#dartallowanalytics).
|
||||
|
||||
|
||||
## Release Notes
|
||||
|
||||
For full release notes, see [the changelog](https://dartcode.org/releases/).
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="48px" height="48px"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/></svg>
|
After Width: | Height: | Size: 269 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black" width="48px" height="48px"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/></svg>
|
After Width: | Height: | Size: 269 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path fill="#C5C5C5" d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>
|
After Width: | Height: | Size: 195 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>
|
After Width: | Height: | Size: 179 B |
After Width: | Height: | Size: 499 B |
|
@ -0,0 +1,11 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="-10 -10 52 52">
|
||||
<path fill="#ffffff" d="
|
||||
M 15,0
|
||||
L 6,19
|
||||
L 14,19
|
||||
L 14,31
|
||||
L 23,12
|
||||
L 15,12
|
||||
Z
|
||||
"/>
|
||||
</svg>
|
After Width: | Height: | Size: 188 B |
|
@ -0,0 +1,11 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||||
<path fill="#f1a522" d="
|
||||
M 15,0
|
||||
L 6,19
|
||||
L 14,19
|
||||
L 14,31
|
||||
L 23,12
|
||||
L 15,12
|
||||
Z
|
||||
"/>
|
||||
</svg>
|
After Width: | Height: | Size: 184 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" viewBox="7 6 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.1069 33.9172C28.6544 33.9172 33.9567 28.6177 33.9567 22.0872C33.9567 15.5566 28.6544 10.2571 22.1069 10.2571C15.5595 10.2571 10.2571 15.5566 10.2571 22.0872C10.2571 28.6177 15.5595 33.9172 22.1069 33.9172ZM22.1069 36.1743C29.8979 36.1743 36.2138 29.8673 36.2138 22.0872C36.2138 14.307 29.8979 8 22.1069 8C14.3159 8 8 14.307 8 22.0872C8 29.8673 14.3159 36.1743 22.1069 36.1743ZM31.7573 34.552L36.627 39.4284C37.3977 40.2002 38.6473 40.2002 39.418 39.4284C40.1888 38.6566 40.1888 37.4052 39.418 36.6334L34.5507 31.7593C33.7414 32.8039 32.8022 33.7429 31.7573 34.552ZM20.6595 27.721L18.4038 25.467L18.404 25.4668L18.4036 25.4664L20.6607 23.2124L20.6608 23.2125L22.353 21.522H26.8658L22.9174 25.4658L22.918 25.4664L22.9168 25.4676L26.8658 29.4109H22.353L20.6595 27.7212L20.6605 27.7202L20.6604 27.7201L20.6595 27.721ZM22.353 14.7617H26.8658L17.2753 24.3402L15.0182 22.0863L22.353 14.7617Z" fill="#13B9FD"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1 KiB |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24" x="0"/></g><g><g><g><path fill="#C5C5C5" d="M21,10.12h-6.78l2.74-2.82c-2.73-2.7-7.15-2.8-9.88-0.1c-2.73,2.71-2.73,7.08,0,9.79s7.15,2.71,9.88,0 C18.32,15.65,19,14.08,19,12.1h2c0,1.98-0.88,4.55-2.64,6.29c-3.51,3.48-9.21,3.48-12.72,0c-3.5-3.47-3.53-9.11-0.02-12.58 s9.14-3.47,12.65,0L21,3V10.12z M12.5,8v4.25l3.5,2.08l-0.72,1.21L11,13V8H12.5z"/></g></g></g></svg>
|
After Width: | Height: | Size: 522 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24" x="0"/></g><g><g><g><path d="M21,10.12h-6.78l2.74-2.82c-2.73-2.7-7.15-2.8-9.88-0.1c-2.73,2.71-2.73,7.08,0,9.79s7.15,2.71,9.88,0 C18.32,15.65,19,14.08,19,12.1h2c0,1.98-0.88,4.55-2.64,6.29c-3.51,3.48-9.21,3.48-12.72,0c-3.5-3.47-3.53-9.11-0.02-12.58 s9.14-3.47,12.65,0L21,3V10.12z M12.5,8v4.25l3.5,2.08l-0.72,1.21L11,13V8H12.5z"/></g></g></g></svg>
|
After Width: | Height: | Size: 506 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="-1 0 16 16">
|
||||
<path fill="#75BEFF" fill-rule="evenodd" d="M11.5 8L8.8 5.4 6.6 8.5 5.5 1.6 2.38 8H0v2h3.6l.9-1.8.9 5.4L9 8.5l1.6 1.5H14V8h-2.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 225 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
|
||||
<path d="M10 12.6l.7.7 1.6-1.6 1.6 1.6.8-.7L13 11l1.7-1.6-.8-.8-1.6 1.7-1.6-1.7-.7.8 1.6 1.6-1.6 1.6zM1 4h14V3H1v1zm0 3h14V6H1v1zm8 2.5V9H1v1h8v-.5zM9 13v-1H1v1h8z" fill="#c5c5c5" />
|
||||
</svg>
|
After Width: | Height: | Size: 295 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
|
||||
<path d="M10 12.6l.7.7 1.6-1.6 1.6 1.6.8-.7L13 11l1.7-1.6-.8-.8-1.6 1.7-1.6-1.7-.7.8 1.6 1.6-1.6 1.6zM1 4h14V3H1v1zm0 3h14V6H1v1zm8 2.5V9H1v1h8v-.5zM9 13v-1H1v1h8z" fill="#424242"/>
|
||||
</svg>
|
After Width: | Height: | Size: 294 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
|
||||
<path d="M6.75 4.5v15.6l11.25-7.5z" stroke="#c5c5c5" fill="none" stroke-width="1.5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 198 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
|
||||
<path d="M6.75 4.5v15.6l11.25-7.5z" stroke="#424242" fill="none" stroke-width="1.5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 198 B |
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" fill="red" />
|
||||
<path d="M2.5 9.5v10.6l6.75-5z" stroke="#c5c5c5" fill="#1e1e1e" stroke-width="1.5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 299 B |
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" fill="red" />
|
||||
<path d="M2.5 9.5v10.6l6.75-5z" stroke="#424242" fill="#ffffff" stroke-width="1.5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 299 B |
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z" fill="orange" />
|
||||
<path d="M2.5 9.5v10.6l6.75-5z" stroke="#c5c5c5" fill="#1e1e1e" stroke-width="1.5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 272 B |
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z" fill="orange" />
|
||||
<path d="M2.5 9.5v10.6l6.75-5z" stroke="#424242" fill="#ffffff" stroke-width="1.5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 272 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path fill="#C5C5C5" d="M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"/><path d="M0 0h24v24H0z" fill="none"/></svg>
|
After Width: | Height: | Size: 384 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"/><path d="M0 0h24v24H0z" fill="none"/></svg>
|
After Width: | Height: | Size: 368 B |
BIN
var/dap/extensions/github/Dart-Code/Dart-Code/3.25.1/extension/media/dart.png
Executable file
After Width: | Height: | Size: 26 KiB |
4
var/dap/extensions/github/Dart-Code/Dart-Code/3.25.1/extension/media/doc-icons/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
.DS_Store
|
||||
# Only store the @2x ones since that's all we use and the folder is quite large now.
|
||||
**/*.png
|
||||
!**/*@2x.png
|
After Width: | Height: | Size: 344 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 822 B |
After Width: | Height: | Size: 808 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 954 B |
After Width: | Height: | Size: 633 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1 KiB |
After Width: | Height: | Size: 986 B |
After Width: | Height: | Size: 1 KiB |
After Width: | Height: | Size: 632 B |
After Width: | Height: | Size: 743 B |
After Width: | Height: | Size: 640 B |
After Width: | Height: | Size: 451 B |
After Width: | Height: | Size: 615 B |
After Width: | Height: | Size: 449 B |
After Width: | Height: | Size: 1 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 744 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 706 B |
After Width: | Height: | Size: 896 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 962 B |
After Width: | Height: | Size: 965 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 959 B |
After Width: | Height: | Size: 548 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 886 B |
After Width: | Height: | Size: 837 B |
After Width: | Height: | Size: 624 B |
After Width: | Height: | Size: 563 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 845 B |
After Width: | Height: | Size: 718 B |
After Width: | Height: | Size: 532 B |
After Width: | Height: | Size: 530 B |
After Width: | Height: | Size: 733 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 852 B |
After Width: | Height: | Size: 708 B |
After Width: | Height: | Size: 527 B |
After Width: | Height: | Size: 706 B |
After Width: | Height: | Size: 557 B |
After Width: | Height: | Size: 591 B |
After Width: | Height: | Size: 639 B |
After Width: | Height: | Size: 594 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 878 B |
After Width: | Height: | Size: 910 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1,017 B |
After Width: | Height: | Size: 906 B |
After Width: | Height: | Size: 712 B |
After Width: | Height: | Size: 676 B |
After Width: | Height: | Size: 583 B |
After Width: | Height: | Size: 627 B |
After Width: | Height: | Size: 571 B |
After Width: | Height: | Size: 647 B |
After Width: | Height: | Size: 548 B |
After Width: | Height: | Size: 918 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1 KiB |
After Width: | Height: | Size: 880 B |
After Width: | Height: | Size: 739 B |
After Width: | Height: | Size: 1.2 KiB |