midi2.git · .gitignore
midi2.git / .gitignore
revision e15656ed2978c6028c79654e18dcc93aa02b2e5b · 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/ .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