This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
94 lines (81 sloc)
1.46 KB
| # Xcode | |
| build/ | |
| *.pbxuser | |
| !default.pbxuser | |
| *.mode1v3 | |
| !default.mode1v3 | |
| *.mode2v3 | |
| !default.mode2v3 | |
| *.perspectivev3 | |
| !default.perspectivev3 | |
| xcuserdata | |
| *.xccheckout | |
| *.moved-aside | |
| DerivedData | |
| *.hmap | |
| *.ipa | |
| *.xcuserstate | |
| *.xcscmblueprint | |
| IDEWorkspaceChecks.plist | |
| /fastlane/scripts/upload.sh | |
| /fastlane/README.md | |
| /firefox-ios-l10n | |
| # fastlane temporary profiling data | |
| /fastlane/report.xml | |
| # deliver temporary error output | |
| /fastlane/Error*.png | |
| # deliver temporary preview output | |
| /fastlane/Preview.html | |
| # snapshot generated screenshots | |
| /fastlane/screenshots | |
| /fastlane/screenshots/*/*-portrait.png | |
| /fastlane/screenshots/*/*-landscape.png | |
| /fastlane/screenshots/screenshots.html | |
| # frameit generated screenshots | |
| /fastlane/screenshots/*/*-portrait_framed.png | |
| /fastlane/screenshots/*/*-landscape_framed.png | |
| # folders for storing builds and prov profiles | |
| /builds | |
| /provisioning-profiles | |
| /assets | |
| #build tools | |
| /fastlane/Snapfile | |
| /fastlane/SnapshotHelper.swift | |
| /fastlane/frames | |
| /fastlane/templates | |
| #fastlane certificates, provisioning profiles, and symbolic files | |
| *.cer | |
| *.mobileprovision | |
| *.dSYM.zip | |
| #gemfile lock | |
| Gemfile.lock | |
| #python environment | |
| python-env/ | |
| # OS X | |
| .DS_Store | |
| # Vim | |
| *~ | |
| .*.sw* | |
| # IDEA | |
| .idea | |
| Carthage/ | |
| Cartfile.resolved | |
| ThirdParty/google-breakpad | |
| # Saved Sync credentials for tests. | |
| signedInUser.json | |
| # Generated config file | |
| MozBuildID.xcconfig | |
| # Python | |
| __pycache__ | |
| .pytest_cache | |
| *.pyc | |
| # SQLite | |
| *.db-shm | |
| *.db-wal | |
| # Node.js | |
| node_modules | |
| #Cliqz | |
| Cliqz/JSEngine/* | |
| Pods/ | |
| Podfile.lock | |
| artifacts/ |