Skip to content

Commit

Permalink
Merge 9ddde7e into 2d1dd91
Browse files Browse the repository at this point in the history
  • Loading branch information
sprzenus committed Jun 23, 2020
2 parents 2d1dd91 + 9ddde7e commit f0b904a
Showing 1 changed file with 49 additions and 9 deletions.
58 changes: 49 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,50 @@
# OS X
.DS_Store
/.build
/Packages
/*.xcodeproj
/*.xcworkspace
/xcuserdata
/output
*.xcconfig
/muter_logs
*.lcov

# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
profile
*.moved-aside
DerivedData
*.hmap
*.ipa

# Bundler
.bundle
vendor

# CocoaPods
Example/Pods/

#fastlane
output/
fastlane/screenshots/

# 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/*/*-portrait.png
fastlane/screenshots/*/*-landscape.png
fastlane/screenshots/screenshots.html
# Frameit generated screenshots
fastlane/screenshots/*/*-portrait_framed.png
fastlane/screenshots/*/*-landscape_framed.png

*.orig

# Configuration temp directory
Configuration/*.xcconfig
.build

0 comments on commit f0b904a

Please sign in to comment.