mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
e1ae0d46da
This PR adds a REST API to the collab server for searching and downloading extensions. Previously, we had implemented this API in zed.dev directly, but this implementation is better, because we use the collab database to store the download counts for extensions. Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com> Co-authored-by: Marshall <marshall@zed.dev> Co-authored-by: Conrad <conrad@zed.dev>
25 lines
384 B
Plaintext
25 lines
384 B
Plaintext
.idea
|
|
**/target
|
|
**/cargo-target
|
|
/zed.xcworkspace
|
|
.DS_Store
|
|
/plugins/bin
|
|
/script/node_modules
|
|
/crates/theme/schemas/theme.json
|
|
/crates/collab/.admins.json
|
|
/assets/*licenses.md
|
|
**/venv
|
|
.build
|
|
Packages
|
|
*.xcodeproj
|
|
xcuserdata/
|
|
DerivedData/
|
|
.swiftpm/config/registries.json
|
|
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
|
.netrc
|
|
.swiftpm
|
|
**/*.db
|
|
.pytest_cache
|
|
.venv
|
|
.blob_store
|