mirror of
https://codeberg.org/armin/horizont.git
synced 2026-09-01 04:10:46 +02:00
update
This commit is contained in:
parent
ed28db30a3
commit
6c0d072465
19 changed files with 2212 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# CMake build output
|
||||
build
|
||||
build-*/
|
||||
|
||||
# Auto-fetched JUCE source tree (downloaded by `make`)
|
||||
JUCE/
|
||||
|
||||
# IDE / editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
||||
*.swp
|
||||
Loading…
Add table
Add a link
Reference in a new issue