|
| 1 | +# flyctl launch added from .build/checkouts/JavaScriptKit/.gitignore |
| 2 | +.build/checkouts/JavaScriptKit/**/dist |
| 3 | +.build/checkouts/JavaScriptKit/**/node_modules |
| 4 | +.build/checkouts/JavaScriptKit/**/.DS_Store |
| 5 | +.build/checkouts/JavaScriptKit/**/.build |
| 6 | +.build/checkouts/JavaScriptKit/Packages |
| 7 | +.build/checkouts/JavaScriptKit/*.xcodeproj |
| 8 | +.build/checkouts/JavaScriptKit/**/xcuserdata |
| 9 | +.build/checkouts/JavaScriptKit/**/.swiftpm |
| 10 | +.build/checkouts/JavaScriptKit/**/.vscode |
| 11 | +.build/checkouts/JavaScriptKit/**/Examples/*/Bundle |
| 12 | +.build/checkouts/JavaScriptKit/**/Examples/*/package-lock.json |
| 13 | +.build/checkouts/JavaScriptKit/**/Package.resolved |
| 14 | +.build/checkouts/JavaScriptKit/**/Plugins/BridgeJS/Sources/JavaScript/package-lock.json |
| 15 | +.build/checkouts/JavaScriptKit/**/Plugins/BridgeJS/Tests/BridgeJSToolTests/__Snapshots__/**/*.actual |
| 16 | +.build/checkouts/JavaScriptKit/**/bridge-js.config.local.json |
| 17 | +.build/checkouts/JavaScriptKit/**/_site |
| 18 | + |
| 19 | +# flyctl launch added from .build/checkouts/JavaScriptKit/Runtime/.gitignore |
| 20 | +.build/checkouts/JavaScriptKit/Runtime/lib |
| 21 | +.build/checkouts/JavaScriptKit/Runtime/node_modules |
| 22 | + |
| 23 | +# flyctl launch added from .build/checkouts/SwiftVan/.gitignore |
| 24 | +# Xcode |
| 25 | +# |
| 26 | +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore |
| 27 | + |
| 28 | +## User settings |
| 29 | +.build/checkouts/SwiftVan/**/xcuserdata |
| 30 | + |
| 31 | +## Obj-C/Swift specific |
| 32 | +.build/checkouts/SwiftVan/**/*.hmap |
| 33 | + |
| 34 | +## App packaging |
| 35 | +.build/checkouts/SwiftVan/**/*.ipa |
| 36 | +.build/checkouts/SwiftVan/**/*.dSYM.zip |
| 37 | +.build/checkouts/SwiftVan/**/*.dSYM |
| 38 | + |
| 39 | +## Playgrounds |
| 40 | +.build/checkouts/SwiftVan/**/timeline.xctimeline |
| 41 | +.build/checkouts/SwiftVan/**/playground.xcworkspace |
| 42 | + |
| 43 | +# Swift Package Manager |
| 44 | +# |
| 45 | +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. |
| 46 | +# Packages/ |
| 47 | +# Package.pins |
| 48 | +# Package.resolved |
| 49 | +# *.xcodeproj |
| 50 | +# |
| 51 | +# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata |
| 52 | +# hence it is not needed unless you have added a package configuration file to your project |
| 53 | +# .swiftpm |
| 54 | + |
| 55 | +.build/checkouts/SwiftVan/**/.build |
| 56 | + |
| 57 | +# CocoaPods |
| 58 | +# |
| 59 | +# We recommend against adding the Pods directory to your .gitignore. However |
| 60 | +# you should judge for yourself, the pros and cons are mentioned at: |
| 61 | +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control |
| 62 | +# |
| 63 | +# Pods/ |
| 64 | +# |
| 65 | +# Add this line if you want to avoid checking in source code from the Xcode workspace |
| 66 | +# *.xcworkspace |
| 67 | + |
| 68 | +# Carthage |
| 69 | +# |
| 70 | +# Add this line if you want to avoid checking in source code from Carthage dependencies. |
| 71 | +# Carthage/Checkouts |
| 72 | + |
| 73 | +.build/checkouts/SwiftVan/**/Carthage/Build |
| 74 | + |
| 75 | +# fastlane |
| 76 | +# |
| 77 | +# It is recommended to not store the screenshots in the git repo. |
| 78 | +# Instead, use fastlane to re-generate the screenshots whenever they are needed. |
| 79 | +# For more information about the recommended setup visit: |
| 80 | +# https://docs.fastlane.tools/best-practices/source-control/#source-control |
| 81 | + |
| 82 | +.build/checkouts/SwiftVan/**/fastlane/report.xml |
| 83 | +.build/checkouts/SwiftVan/**/fastlane/Preview.html |
| 84 | +.build/checkouts/SwiftVan/**/fastlane/screenshots/**/*.png |
| 85 | +.build/checkouts/SwiftVan/**/fastlane/test_output |
| 86 | + |
| 87 | +# Logs |
| 88 | +.build/checkouts/SwiftVan/**/logs |
| 89 | +.build/checkouts/SwiftVan/**/*.log |
| 90 | +.build/checkouts/SwiftVan/**/npm-debug.log* |
| 91 | +.build/checkouts/SwiftVan/**/yarn-debug.log* |
| 92 | +.build/checkouts/SwiftVan/**/yarn-error.log* |
| 93 | +.build/checkouts/SwiftVan/**/lerna-debug.log* |
| 94 | + |
| 95 | +# Dependencies |
| 96 | +.build/checkouts/SwiftVan/**/node_modules |
| 97 | + |
| 98 | +# Production |
| 99 | +.build/checkouts/SwiftVan/build |
| 100 | +.build/checkouts/SwiftVan/dist |
| 101 | +.build/checkouts/SwiftVan/public/build |
| 102 | +.build/checkouts/SwiftVan/public/dist |
| 103 | + |
| 104 | +# Environment variables |
| 105 | +.build/checkouts/SwiftVan/**/.env |
| 106 | +.build/checkouts/SwiftVan/**/.env.local |
| 107 | +.build/checkouts/SwiftVan/**/.env.development.local |
| 108 | +.build/checkouts/SwiftVan/**/.env.test.local |
| 109 | +.build/checkouts/SwiftVan/**/.env.production.local |
| 110 | + |
| 111 | +# IDE and OS specific files |
| 112 | +.build/checkouts/SwiftVan/**/.DS_Store |
| 113 | +.build/checkouts/SwiftVan/**/.vscode |
| 114 | +.build/checkouts/SwiftVan/**/*.sublime-project |
| 115 | +.build/checkouts/SwiftVan/**/*.sublime-workspace |
| 116 | +.build/checkouts/SwiftVan/**/.swiftpm/xcode/package.xcworkspace |
| 117 | + |
| 118 | +# flyctl launch added from .build/checkouts/swift-syntax/.gitignore |
| 119 | +# Ignore Swift Package Manager build artifacts directory. |
| 120 | +.build/checkouts/swift-syntax/**/.build |
| 121 | +.build/checkouts/swift-syntax/**/.*-build |
| 122 | +# Ignore generated Xcode projects |
| 123 | +.build/checkouts/swift-syntax/**/*.xcodeproj |
| 124 | +# Ignore SwiftPM state, such as the generated xcodeproj when opening the project directly |
| 125 | +.build/checkouts/swift-syntax/**/.swiftpm |
| 126 | +# Ignore user state in Xcode Projects |
| 127 | +.build/checkouts/swift-syntax/**/*.xcuserdatad |
| 128 | +.build/checkouts/swift-syntax/**/UserInterfaceState.xcuserstate |
| 129 | +.build/checkouts/swift-syntax/**/xcuserdata |
| 130 | + |
| 131 | +# Ignore VScode workspace settings and launch configurations |
| 132 | +.build/checkouts/swift-syntax/**/.vscode |
| 133 | + |
| 134 | +# Ignore bazel symlinks |
| 135 | +.build/checkouts/swift-syntax/bazel-* |
| 136 | + |
| 137 | +# Ignore cmake build configuration and output |
| 138 | +.build/checkouts/swift-syntax/**/build |
| 139 | + |
| 140 | +# We always build swiftSyntax of trunk dependencies. Ignore any fixed |
| 141 | +# dependency versions. |
| 142 | +.build/checkouts/swift-syntax/**/Package.resolved |
| 143 | + |
| 144 | +.build/checkouts/swift-syntax/**/.DS_Store |
| 145 | +.build/checkouts/swift-syntax/**/*.pyc |
| 146 | + |
| 147 | +.build/checkouts/swift-syntax/**/Tests/PerformanceTest/baselines.json |
| 148 | + |
| 149 | +# The local build of swift-format to format swift-syntax |
| 150 | +.build/checkouts/swift-syntax/**/.swift-format-build |
| 151 | + |
| 152 | +# flyctl launch added from .gitignore |
| 153 | +**/.swiftformat |
| 154 | + |
| 155 | +**/.build/** |
| 156 | +**/node_modules |
| 157 | +fly.toml |
0 commit comments