mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
init
This commit is contained in:
commit
dca008e860
21 changed files with 3746 additions and 0 deletions
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue