Fountain Coach Gitowner-controlled · read only

SDLKit.git · .gitignore

SDLKit.git / .gitignore

revision c54e57cf8801c3daf4b33d1c92cf413763a74181 · complete file

.envope

# macOS
.DS_Store
.AppleDouble
.LSOverride


# SwiftPM
.build/
.swiftpm/
Packages/

# Xcode
DerivedData/
build/
xcuserdata/
*.xcuserstate
project.xcworkspace/xcuserdata/
*.moved-aside
*.xccheckout
*.xcscmblueprint
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3

# Playgrounds
timeline.xctimeline
playground.xcworkspace

# CocoaPods / Carthage (not used by default but safe to ignore)
Pods/
Carthage/Build/

# IDEs/editors
.vscode/
.idea/

# Archives / Symbols
*.dSYM
*.ipa
*.xcarchive

# Misc
*.swp
*~
.env
.env.*

# Local shader toolchains and intermediate outputs
External/Toolchains/
Scripts/ShaderBuild/Derived/

# Generated shader binaries are materialized from textual base64 assets
Sources/SDLKit/Generated/**/*.dxil
Sources/SDLKit/Generated/**/*.spv
Sources/SDLKit/Generated/**/*.metallib
!Sources/SDLKit/Generated/**/*.b64