CasinoGames/.gitignore
Matt Bruce 78f7cb1544 Reorganize repo: move git to root, add Blackjack and CasinoKit
- Move .git from Baccarat/ to CasinoGames root
- Add Blackjack game project
- Add CasinoKit shared framework
- Add .gitignore for Xcode/Swift projects
- Add Agents.md and GAME_TEMPLATE.md documentation
- Add CasinoGames.xcworkspace
2025-12-22 13:18:29 -06:00

54 lines
564 B
Plaintext

# Xcode
xcuserdata/
*.xcuserstate
*.xccheckout
*.xcscmblueprint
DerivedData/
*.moved-aside
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
# Swift Package Manager
.build/
.swiftpm/
Package.resolved
# CocoaPods
Pods/
# Carthage
Carthage/Build/
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# IDE
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspacedata
!default.xcworkspacedata
# Playgrounds
timeline.xctimeline
playground.xcworkspace
# Archives
*.xcarchive
# Temporary files
*~
*.swp
*.swo