mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 22:17:58 +00:00
4e892439ab
* Update the nix build configuration. Remove the old shell.nix with some legacy versions pinned and replace it with a flake-based shell. It installs rust via rustup instead of fenix to be more generally compatible with the guidelines. This also adds the rust-toolchain.toml spec with all the components required for wasm, and everything else to make rust-analyzer & clippy happy. * Also add the top level flake for hacking on the substrate as whole * Remove the envrc and ignore it instead. * Remove the top-level configuration --------- Co-authored-by: parity-processbot <>
31 lines
409 B
Plaintext
31 lines
409 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
|
|
bin/node-template/Cargo.lock
|
|
substrate.code-workspace
|
|
.direnv/
|
|
/.envrc
|