Skip to content

Commit 43682f7

Browse files
authored
chore: merge v25.6.0 (#2847)
chore: merge v2
1 parent f879623 commit 43682f7

File tree

8,508 files changed

+209560
-695095
lines changed

Some content is hidden

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

8,508 files changed

+209560
-695095
lines changed

.cargo/config.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# See https://github.com/bevyengine/bevy/blob/3a2a68852c0a1298c0678a47adc59adebe259a6f/.cargo/config_fast_builds
2-
3-
# We can't use LLD because it's not stable.
4-
51
[build]
6-
# Speeds up compilation by using shared artifacts between libraries. We
7-
# don't use a Cargo workspace since that causes issues with Cargo chef.
8-
target-dir = "./target"
2+
rustflags = ["--cfg", "tokio_unstable"]
93

.dockerignore

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,7 @@
1919
**/dist/
2020
**/node_modules/
2121
**/target
22-
!frontend/apps/hub/dist
2322

24-
# Site
25-
site/public/rss/
26-
!site/public/rss/.gitkeep
27-
28-
site/src/generated/
29-
!site/src/generated/errorPages.json
30-
!site/src/generated/apiPages.json
31-
!site/src/generated/meta.json
32-
33-
# Icons
34-
frontend/packages/icons/src/*
35-
!frontend/packages/icons/src/package.json
23+
# Frontend
24+
!frontend/dist/
3625

.editorconfig

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ indent_size = 4
77

88
[*.yaml]
99
indent_style = space
10-
indent_size = 2
10+
indent_size = 2

.gitattributes

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
*.tar.gz filter=lfs diff=lfs merge=lfs -text
88
*.tgz filter=lfs diff=lfs merge=lfs -text
99

10-
# Prevent from counting in the language statistics
11-
#
12-
# https://github.com/github-linguist/linguist/blob/559a6426942abcae16b6d6b328147476432bf6cb/docs/overrides.md#vendored-code
13-
sdks/api/** linguist-generated=true
1410
**/Cargo.lock linguist-generated=true
1511

12+
# Prevent from counting in the language statistics
13+
out/** linguist-generated=true
14+
sdks/api/** linguist-generated=true
1615
sdks/api/fern/** linguist-generated=false
1716

1817
site/public/llms.txt linguist-generated=true
1918
site/public/llms-full.txt linguist-generated=true
2019
site/public/docs/**/*.md linguist-generated=true
20+
**/Cargo.lock linguist-generated=true
2121

.github/ISSUE_TEMPLATE/bug_report.md

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

.github/ISSUE_TEMPLATE/feature_request.md

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

.github/actions/pre-init-distributed/action.yaml

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

.github/actions/pre-init/action.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.
-23.6 KB
Binary file not shown.
-33.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)