diff --git a/polkadot/.gitignore b/polkadot/.gitignore index 91f7df9514..31afdbf450 100644 --- a/polkadot/.gitignore +++ b/polkadot/.gitignore @@ -2,7 +2,7 @@ **/*.rs.bk *.swp .wasm-binaries -polkadot/runtime/wasm/target/ +runtime/wasm/target/ **/._* .idea .vscode diff --git a/polkadot/runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.compact.wasm b/polkadot/runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.compact.wasm deleted file mode 100644 index 53cd46c918..0000000000 Binary files a/polkadot/runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.compact.wasm and /dev/null differ diff --git a/polkadot/runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.wasm b/polkadot/runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.wasm deleted file mode 100755 index c1b7aef225..0000000000 Binary files a/polkadot/runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.wasm and /dev/null differ