mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-26 15:07:39 +00:00
The vt script was previously gitignored which caused build failures on fresh checkouts. This script is required by the Xcode build process during the "Copy VT Script" phase.
117 lines
1.6 KiB
Text
117 lines
1.6 KiB
Text
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
Icon
|
|
._*
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
VibeTunnel/Resources/tty-fwd
|
|
|
|
# Xcode
|
|
build/
|
|
DerivedData/
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata/
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.xcuserstate
|
|
*.xcscmblueprint
|
|
*.xcscheme
|
|
!xcshareddata/xcschemes/*.xcscheme
|
|
|
|
# Swift Package Manager
|
|
.build/
|
|
.swiftpm/
|
|
Package.resolved
|
|
|
|
# CocoaPods
|
|
Pods/
|
|
|
|
# Carthage
|
|
Carthage/Build/
|
|
Carthage/Checkouts/
|
|
|
|
# Fastlane
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots/**/*.png
|
|
fastlane/test_output
|
|
|
|
# Code Injection
|
|
iOSInjectionProject/
|
|
|
|
# Swift
|
|
*.hmap
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
.build/
|
|
DerivedData/
|
|
*.playground
|
|
|
|
# Other
|
|
*.log
|
|
*.bak
|
|
*~
|
|
.*.swp
|
|
|
|
# Local Development Settings
|
|
Local.xcconfig
|
|
|
|
# Web build outputs - these are generated from TypeScript
|
|
web/dist/**/*.js
|
|
web/dist/**/*.js.map
|
|
web/public/**/*.js
|
|
web/public/**/*.js.map
|
|
VibeTunnel/Resources/tty-fwd
|
|
|
|
# Rust/Cargo
|
|
target/
|
|
Cargo.lock
|
|
**/*.rs.bk
|
|
*.pdb
|
|
|
|
# LLVM Profiling data
|
|
*.profraw
|
|
*.profdata
|
|
default.profraw
|
|
default.profdata
|
|
|
|
# Tuist generated files
|
|
Derived/
|
|
Workspace.xcworkspace/
|
|
|
|
# Sparkle private keys - NEVER commit these
|
|
private/
|
|
|
|
# Built binaries (should be built during build process)
|
|
linux/vibetunnel
|
|
linux/vt
|
|
VibeTunnel/Resources/vt
|
|
VibeTunnel/Resources/vibetunnel
|
|
linux/vt-go
|
|
linux/vibetunnel-go
|
|
/vibetunnel-go
|
|
/vt-go
|