Files
bwf-analyser/.gitignore
T
Vincent 2d0b7fe8b5 BWF Analyser: browser page and macOS app
Reads and edits BWF metadata for production sound. One source tree builds a
single self-contained page and a native Tauri app with a Rust audio engine and
WAV writer. Around 370 checks across seven test suites.

First commit of the existing state, so that from here every change can be
seen and undone.
2026-08-17 22:50:39 +08:00

17 lines
477 B
Plaintext

# Rust build output. Nearly a gigabyte, and cargo rebuilds it.
mac-app/src-tauri/target/
# The assembled .app bundle.
mac-app/*.app/
node_modules/
# Built pages. Generated by build/build.py from everything in build/src,
# build/body.html and build/overrides.css, and stamped with a build time, so
# they change on every run and would make every diff unreadable. Run
# `python3 build/build.py` (and `--tauri`) to produce them.
/index.html
/mac-app/dist/index.html
.DS_Store