Add IDE dirs to .gitignore (#676)

This commit is contained in:
Adam Chalmers
2023-09-20 21:03:09 -05:00
committed by GitHub
parent d5b0544437
commit 61a0c88af4

3
.gitignore vendored
View File

@ -22,7 +22,10 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea
.vscode
src/wasm-lib/.idea
src/wasm-lib/.vscode
# rust
src/wasm-lib/target