We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23611a commit 1fd2324Copy full SHA for 1fd2324
3 files changed
.dockerignore
@@ -1,6 +1,8 @@
1
doc
2
-**target*
+target/
3
+demo/wasm-utils/target/
4
+runtime/wasm/target/*
5
+!runtime/wasm/target/wasm32-unknown-unknown/release/*.compact.wasm
6
.idea/
7
Dockerfile
-.dockerignore
-!runtime/wasm/target/wasm32-unknown-unknown/release/*.compact.wasm
8
+.dockerignore
.gitignore
@@ -1,7 +1,6 @@
# Generated by Cargo
# will have compiled files and executables
**/target/
# These are backup files generated by rustfmt
**/*.rs.bk
runtime/wasm/target/wasm32-unknown-unknown/release/zerochain_runtime_wasm.compact.wasm
410 KB
0 commit comments