Fountain Coach Gitowner-controlled · read only

midi2.git · .gitignore

midi2.git / .gitignore

revision ce3a79222916ec8a8fd27a00fe69a445835ae110 · complete file

# Xcode
#
DerivedData/
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

# Swift Package Manager
#
.swiftpm/
.build/

# Playgrounds
#
timeline.xctimeline
playground.xcworkspace

# CocoaPods (if ever added)
#
Pods/

# Carthage (if ever added)
#
Carthage/Build/

# Fastlane (if ever added)
#
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

# macOS
#
.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear on external disk drives
.Spotlight-V100
.Trashes

# Temporary files
*.swp
*.swo
# Compliance rig artifacts
midi2-compliance/node_modules/
midi2-compliance/.workbench/
out/

# Compliance VM and artifacts
.workbench/
out/
node_modules/
__pycache__/
.npm/
midi2.js/dist/
midi2.js/coverage/
.midi2vm/
.docker/
**/.DS_Store
 
# Local VM artifacts (do not commit)
vm/

# Ad-hoc workflows locally generated
.github/workflows/qemu.yml