mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
46891e849f
Move scripts used in CI to the new location - **./scripts/ci/** * Move github scripts * Move more files * Move ci scripts and fix dependencies * Update docs/node-template-release.md Co-authored-by: João Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com> * Remove Cargo.lock * Apply suggestions from code review Co-authored-by: Denis Pisarev <denis.pisarev@parity.io> * Make more paths uniform Co-authored-by: João Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com> Co-authored-by: Denis Pisarev <denis.pisarev@parity.io>
28 lines
382 B
Plaintext
28 lines
382 B
Plaintext
**/target/
|
|
**/*.rs.bk
|
|
*.swp
|
|
.wasm-binaries
|
|
pwasm-alloc/target/
|
|
pwasm-libc/target/
|
|
pwasm-alloc/Cargo.lock
|
|
pwasm-libc/Cargo.lock
|
|
bin/node/runtime/wasm/target/
|
|
**/._*
|
|
**/.criterion/
|
|
.vscode
|
|
polkadot.*
|
|
.DS_Store
|
|
.idea/
|
|
nohup.out
|
|
rls*.log
|
|
*.orig
|
|
*.rej
|
|
**/wip/*.stderr
|
|
.local
|
|
**/hfuzz_target/
|
|
**/hfuzz_workspace/
|
|
.cargo-remote.toml
|
|
*.bin
|
|
*.iml
|
|
scripts/ci/node-template-release/Cargo.lock
|