Add missing wavesurfer.js for AudioMass editor

AudioMass uses a custom fork of wavesurfer.js with getLoudness()
and other extensions. The dist/ folder was excluded by server/.gitignore.
Added gitignore exception for audio-editor/dist/.
This commit is contained in:
fspecii
2026-02-06 00:03:14 +02:00
parent 6f4d50ae18
commit af5343f9db
3 changed files with 8279 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
node_modules/
dist/
!audio-editor/dist/
.env
*.log
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long