commit d3ab29eb84de260260b0d09d29461b8bb6a958fe Author: Trey t Date: Fri Jan 23 11:12:00 2026 -0600 add git ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14e6286 --- /dev/null +++ b/.gitignore @@ -0,0 +1,61 @@ +# Xcode +build/ +DerivedData/ +*.xcuserstate +*.xccheckout +*.xcscmblueprint +*.moved-aside +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ + +# Swift Package Manager +.build/ +.swiftpm/ +Package.resolved + +# CocoaPods +Pods/ +*.xcworkspace +!default.xcworkspace + +# Carthage +Carthage/Build/ +Carthage/Checkouts/ + +# fastlane +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots/**/*.png +fastlane/test_output + +# Code Injection +iOSInjectionProject/ + +# Accio +Dependencies/ +.accio/ + +# Playgrounds +timeline.xctimeline +playground.xcworkspace + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +*.swp +*~.nib + +# Crashlytics +crashlytics.properties +crashlytics-build.properties +fabric.properties