This commit is contained in:
Armin 2026-07-13 20:57:38 +02:00
commit dca008e860
21 changed files with 3746 additions and 0 deletions

43
.gitignore vendored Normal file
View file

@ -0,0 +1,43 @@
# Build directories
build/
Builds/
cmake-build-*/
# JUCE
JUCE/
!JUCE/.gitkeep
# IDE
.vscode/
.idea/
*.xcodeproj/
*.xcworkspace/
*.suo
*.user
*.sln.docstates
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
*.xcuserstate
.DS_Store
# Compiled
*.o
*.obj
*.dylib
*.so
*.a
*.lib
*.dll
*.exp
*.pdb
# Plugin binaries
*.vst3
*.component
*.app
# OS
.DS_Store
Thumbs.db