diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eff476d86..cec330c48 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,9 @@ yarn.lock # yarn creates this in error. tools/node_modules/ +# compiled wasm files +std/wasi/testdata/snapshot_preview1/ + # MacOS generated files .DS_Store .DS_Store? |