From 93f9fa15a7bb6a5f29d82fe7037aa0dfa7c88b55 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 8 Feb 2026 11:44:45 +0100 Subject: chore: Clean up generated files and update project config - Remove src/generated/ directory to avoid committing generated code. - Update .gitignore to exclude src/generated/. - Stage modifications made to audio tracker, main, and test demo files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b0b2d89..83f2931 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,7 @@ compile_commands.json /assets/final /third_party/windows /archive +src/generated/ .DS_Store *.aif *.wav -- cgit v1.2.3