Relocate the WASM workspace from ui/webui/resources/wasm/ to third_party/wasm/, following the convention of third_party/rust/. This is a plain move with path updates — no structural changes to the workspace, crate locations within it, or build targets.
31 lines
346 B
Plaintext
31 lines
346 B
Plaintext
# Common large paths
|
|
node_modules/
|
|
build/
|
|
dist/
|
|
vendor/
|
|
.env/
|
|
.venv/
|
|
.tox/
|
|
*.min.js
|
|
.npm/
|
|
.yarn/
|
|
|
|
# Common test paths
|
|
test/
|
|
tests/
|
|
*_test.go
|
|
|
|
# Semgrep rules folder
|
|
.semgrep
|
|
|
|
# Semgrep-action log folder
|
|
.semgrep_logs/
|
|
|
|
# Chromium Tests
|
|
*test.cc
|
|
|
|
# Ignore third_party rust libraries
|
|
third_party/rust/
|
|
tools/crates/vendor/
|
|
third_party/wasm/vendor/
|