123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- *.class
- *.log
- *.pyc
- *.swp
- .DS_Store
- .atom/
- .buildlog/
- .history
- .svn/
- build/
- DerivedData/
- *.pbxuser
- !default.pbxuser
- *.mode1v3
- !default.mode1v3
- *.mode2v3
- !default.mode2v3
- *.perspectivev3
- !default.perspectivev3
- xcuserdata/
- *.moved-aside
- *.xccheckout
- *.xcscmblueprint
- *.hmap
- *.ipa
- *.dSYM.zip
- *.dSYM
- timeline.xctimeline
- playground.xcworkspace
- .build/
- Pods/
- Carthage/Build
- fastlane/report.xml
- fastlane/Preview.html
- fastlane/screenshots/**/*.png
- fastlane/test_output
- PQCreativeCommunity.xcodeproj/xcshareddata/xcschemes
- Example
|