Feat: tidy up the repo
Some checks failed
CI / check (ubuntu-latest, x86_64-unknown-linux-gnu) (push) Successful in 9m39s
Deploy Website / deploy (push) Has been skipped
CI / check (macos-14, aarch64-apple-darwin) (push) Has been cancelled
CI / check (windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
Some checks failed
CI / check (ubuntu-latest, x86_64-unknown-linux-gnu) (push) Successful in 9m39s
Deploy Website / deploy (push) Has been skipped
CI / check (macos-14, aarch64-apple-darwin) (push) Has been cancelled
CI / check (windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,5 @@
|
|||||||
/target
|
/target
|
||||||
/.cache
|
/.cache
|
||||||
Cargo.lock
|
|
||||||
*.prof
|
*.prof
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
|||||||
7363
Cargo.lock
generated
Normal file
7363
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
|||||||
[target.aarch64-unknown-linux-gnu]
|
[target.aarch64-unknown-linux-gnu]
|
||||||
dockerfile = "./cross/aarch64-linux.Dockerfile"
|
dockerfile = "./scripts/cross/aarch64-linux.Dockerfile"
|
||||||
|
|
||||||
[target.x86_64-unknown-linux-gnu]
|
[target.x86_64-unknown-linux-gnu]
|
||||||
dockerfile = "./cross/x86_64-linux.Dockerfile"
|
dockerfile = "./scripts/cross/x86_64-linux.Dockerfile"
|
||||||
|
|
||||||
[target.x86_64-pc-windows-gnu]
|
[target.x86_64-pc-windows-gnu]
|
||||||
dockerfile = "./cross/x86_64-windows.Dockerfile"
|
dockerfile = "./scripts/cross/x86_64-windows.Dockerfile"
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
allow-branch = ["main"]
|
|
||||||
sign-commit = false
|
|
||||||
sign-tag = false
|
|
||||||
push = true
|
|
||||||
push-remote = "github"
|
|
||||||
publish = false
|
|
||||||
tag-name = "v{{version}}"
|
|
||||||
Reference in New Issue
Block a user