mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-12 05:10:51 +02:00
63ef5ffa0f
Add cross platform VSTs
36 lines
349 B
Plaintext
36 lines
349 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
out/
|
|
dist/
|
|
native/build/
|
|
|
|
# JUCE plugin build + installer staging
|
|
plugin/build/
|
|
plugin/webview-dist/
|
|
plugin/dist-installer/
|
|
|
|
# Electron
|
|
*.log
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# notes
|
|
untitled-1
|