Add IDE dirs to .gitignore (#676)
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -22,7 +22,10 @@ npm-debug.log*
|
|||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
src/wasm-lib/.idea
|
src/wasm-lib/.idea
|
||||||
|
src/wasm-lib/.vscode
|
||||||
|
|
||||||
# rust
|
# rust
|
||||||
src/wasm-lib/target
|
src/wasm-lib/target
|
||||||
|
|||||||
Reference in New Issue
Block a user