SDLKit.git · .gitignore
SDLKit.git / .gitignore
revision be3bbe1771405323a3abd163b7d7b5d0e6e74ade · 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