qstatus/.gitignore
Paweł Orzech dfe4485fe9
Fix OAuth callback handling, improve error messages, polish README
- Use application(_:open:) instead of NSAppleEventManager for URL
  scheme handling (SwiftUI lifecycle compatibility)
- Add waiting UI during Mastodon OAuth flow with cancel support
- Improve error messages for all three services
- Rewrite README with full setup instructions and project overview
- Clean up .gitignore
2026-02-27 23:57:18 +01:00

39 lines
366 B
Text

# Xcode
*.xcodeproj/
*.xcworkspace/
xcuserdata/
build/
DerivedData/
*.moved-aside
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
*.xccheckout
*.xcscmblueprint
# Swift Package Manager
.build/
.swiftpm/
Packages/
Package.resolved
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# IDE
.idea/
.vscode/
*.swp
*~
# Archives
*.tar.gz
*.zip