Skip to content

Commit 1a5c61c

Browse files
author
xdevplatform
committed
chore: update SDK to v0.2.3-beta
1 parent cce7c04 commit 1a5c61c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+8078
-8227
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 119 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.gitignore

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# AUTO-GENERATED FILE - DO NOT EDIT
2+
# This file was automatically generated by the XDK build tool.
3+
# Any manual changes will be overwritten on the next generation.
4+
# Documentation generation outputs
5+
# These are generated by the docs scripts and should not be committed
6+
7+
# Sphinx output directories
8+
docs/
9+
docs/_build/
10+
docs_source/
11+
12+
# Mintlify processed documentation
13+
mintlify-docs/
14+
15+
# Python cache
16+
__pycache__/
17+
*.py[cod]
18+
*$py.class
19+
*.so
20+
.Python
21+
22+
# Virtual environments
23+
venv/
24+
env/
25+
ENV/
26+
.venv
27+
28+
# IDE
29+
.vscode/
30+
.idea/
31+
*.swp
32+
*.swo
33+
34+
# Distribution / packaging
35+
dist/
36+
build/
37+
*.egg-info/
38+
39+
# Testing
40+
.pytest_cache/
41+
.coverage
42+
htmlcov/
43+
44+
# Type checking
45+
.mypy_cache/
46+
.pytype/

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)