This commit is contained in:
Armin 2026-08-14 21:14:18 +02:00
commit 78e52e612f
9 changed files with 1553 additions and 0 deletions

30
.gitignore vendored Normal file
View file

@ -0,0 +1,30 @@
# Build directories
build/
build-*/
cmake-build-*/
# CMake generated files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
CMakeUserPresets.json
CMakeLists.txt.user
# IDE / editor
.idea/
.vscode/
*.xcworkspace/
*.xcodeproj/
xcuserdata/
DerivedData/
# macOS
.DS_Store
*~
# Plugin build products
*.vst3/
*.component/
*.app/
*.aaxplugin/
*.lv2/