Ignore compiled dll binaries. (#3628)

This commit is contained in:
2Bear
2023-12-13 06:05:14 +08:00
committed by GitHub
parent c5ebdb8ba7
commit 9322ad0f9b

1
.gitignore vendored
View File

@@ -54,6 +54,7 @@ packages/
*.bc
*.so
*.so.*
*.dll
# Ignore wasm data in examples/
examples/**/*.wasm