Skip to content

Commit 89ee391

Browse files
authored
Merge pull request #21 from ndthanhdev/dev-2023.0
Dev 2023.0
2 parents 172e98e + dc3f26e commit 89ee391

1,626 files changed

Lines changed: 11684 additions & 8350 deletions

File tree

Some content is hidden

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

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and publish to production branch
22

33
on:
44
push:
5-
branches: ["release-2022.0"]
5+
branches: ["release-2023.0"]
66

77
jobs:
88
build-and-publish:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules/
22
.cache/
33
public
4+
.DS_Store

.prettierrc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# yaml-language-server: http://json.schemastore.org/prettierrc
2+
trailingComma: all
3+
useTabs: true
4+
semi: true
5+
endOfLine: lf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)