mirror of
https://github.com/ApfelTeeSaft/WebMetal.git
synced 2026-08-26 19:43:24 +00:00
22 lines
365 B
Plaintext
22 lines
365 B
Plaintext
# Dependencies and build output
|
|
node_modules/
|
|
dist/
|
|
*.local
|
|
|
|
# C++ / CMake build directories
|
|
wasm/build/
|
|
wasm/build-*/
|
|
|
|
# Local Emscripten SDK (scripts/build-wasm.sh --install)
|
|
.emsdk/
|
|
|
|
# Generated wasm artifacts consumed by the frontend (scripts/build-wasm.sh)
|
|
frontend/public/wasm/
|
|
|
|
# Editor and OS noise
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
.DS_Store
|
|
*.log
|