Fix gitignore for iOS test results and remove tracked test files

- Add /ios/TestResults-iOS.xcresult to .gitignore (was missing the -iOS suffix)
- Remove all tracked test result files from git
This commit is contained in:
Peter Steinberger 2025-07-11 19:29:30 +02:00
parent 982c1ff927
commit 18e644faac
350 changed files with 1 additions and 31 deletions

1
.gitignore vendored
View file

@ -116,6 +116,7 @@ tty-fwd/Cargo.lock
# Bun prebuilt executables (should be built during build process)
mac/Resources/BunPrebuilts/
/ios/TestResults.xcresult
/ios/TestResults-iOS.xcresult
# Playwright test results
web/playwright-report/

Some files were not shown because too many files have changed in this diff Show more