feat: works
This commit is contained in:
34
__wasm/wit-bindgen-sample/engine/boa/.gitignore
vendored
Normal file
34
__wasm/wit-bindgen-sample/engine/boa/.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# IDE
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Vim
|
||||
*.*.swp
|
||||
*.*.swo
|
||||
|
||||
# Build
|
||||
target
|
||||
dist
|
||||
**/*.rs.bk
|
||||
node_modules
|
||||
.DS_Store
|
||||
yarn-error.log
|
||||
.vscode/settings.json
|
||||
|
||||
# tests/js/test.js is used for testing changes locally
|
||||
tests/js/test.js
|
||||
.boa_history
|
||||
|
||||
# Profiling
|
||||
*.string_data
|
||||
*.string_index
|
||||
*.events
|
||||
chrome_profiler.json
|
||||
*.mm_profdata
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Yarn
|
||||
.yarn
|
||||
.yarnrc.yml
|
||||
Reference in New Issue
Block a user