We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa1791 commit 3fddb35Copy full SHA for 3fddb35
1 file changed
.gitignore
@@ -3,6 +3,11 @@
3
**/debug/
4
**/target/
5
6
+# Ignore wasm modules
7
+
8
+**/*.wasm
9
+**/*.bin
10
11
# Node dependencies from https://github.com/github/gitignore/blob/main/Node.gitignore
12
13
# Logs
0 commit comments