123456789101112131415161718192021222324252627282930 |
- # Xcode
- *.mode*
- *.pbxuser
- xcuserdata
- *.xccheckout
- # macOS
- .DS_Store
- # Fastlane
- fastlane/Preview.html
- fastlane/report.xml
- fastlane/screenshots/*/*.png
- fastlane/screenshots/screenshots.html
- fastlane/test_output
- # CocoaPods
- Pods
- # Private Constants
- 0001-privateConstants.patch
- # Others
- build
- DerivedData
- External
- ImportedSources
- !Makefile
|