Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env bash

# Copy this file from ".env.sample" to ".env", then fill in these values
# A Ditto AppID and Playground token can be obtained from https://portal.ditto.live
DITTO_APP_ID=""
DITTO_PLAYGROUND_TOKEN=""
DITTO_AUTH_URL=""
DITTO_WEBSOCKET_URL=""
# A Ditto Database ID and development token can be obtained from https://portal.ditto.live
DITTO_DATABASE_ID=""
DITTO_DEVELOPMENT_TOKEN=""
DITTO_SERVER_URL=""
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Line-ending policy for the published Quickstart apps.
#
# The publish process exports this subtree with `git archive`, which resolves
# .gitattributes relative to THIS directory. Without a .gitattributes here, the
# parent EOL rules are not applied to the exported output, so every file is
# exported with LF -- dropping the CRLF that Windows batch files require. These
# rules force LF everywhere (a blanket `eol=lf`) plus an explicit `*.cmd` rule,
# so the published apps (and this subtree) get deterministic, convention-correct
# line endings.

# Normalize all text to LF in the repository and on checkout/export
# (matches the repo-root .editorconfig `end_of_line = lf`).
* text=auto eol=lf

# Windows batch/command scripts require CRLF for cmd.exe.
*.bat text eol=crlf
*.cmd text eol=crlf
27 changes: 3 additions & 24 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,26 +1,5 @@
# CODEOWNERS for the public getditto/quickstart mirror.
#
# .github/CODEOWNERS
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#

# Global default owners
# This repository is a read-only mirror published by Ditto's SDK release
# process. The SDK engineers team owns the entire published mirror.
* @getditto/sdk-engineers

# SDK-specific owners
/android-java/ @phatblat @busec0
/android-kotlin/ @phatblat @busec0
/cpp-tui/ @kristopherjohnson
/dotnet-maui/ @busec0 @kristopherjohnson
/dotnet-tui/ @busec0 @kristopherjohnson
/dotnet-winforms/ @busec0 @kristopherjohnson
/flutter_app/ @alycda
/go-tui/ @kristopherjohnson @dsharp-pivotal
/java-spring/ @phatblat @busec0
/java-server/ @phatblat @busec0
/javascript-tui/ @nickrobinson
/javascript-web/ @nickrobinson
/kotlin-multiplatform/ @phatblat @busec0
/react-native/ @kristopherjohnson
/react-native-expo/ @kristopherjohnson
/rust-tui/ @kristopherjohnson
/swift/ @SausCode @busec0
56 changes: 0 additions & 56 deletions .github/actions/generate-browserstack-names/action.yml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/actions/seed-ditto-document/action.yml

This file was deleted.

Binary file removed .github/assets/ditto-portal.png
Binary file not shown.
110 changes: 0 additions & 110 deletions .github/browserstack-devices.yml

This file was deleted.

Loading