Skip to content

Commit 3fddb35

Browse files
committed
Add .wasm / .bin to git ignore
Signed-off-by: Mark Rossett <marosset@microsoft.com>
1 parent 4fa1791 commit 3fddb35

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
**/debug/
44
**/target/
55

6+
# Ignore wasm modules
7+
8+
**/*.wasm
9+
**/*.bin
10+
611
# Node dependencies from https://github.com/github/gitignore/blob/main/Node.gitignore
712

813
# Logs

0 commit comments

Comments
 (0)