first commit
This commit is contained in:
22
packages/wasm-simd/.gitignore
vendored
Normal file
22
packages/wasm-simd/.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# WASM build outputs
|
||||
/pkg/
|
||||
/target/
|
||||
|
||||
# Rust
|
||||
Cargo.lock
|
||||
|
||||
# Node.js
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
Reference in New Issue
Block a user