2016-07-25 06:31:32 -07:00
|
|
|
.DS_STORE
|
|
|
|
|
|
|
|
/buck-cache/
|
|
|
|
/buck-out/
|
|
|
|
/.buckconfig.local
|
|
|
|
/.buckd
|
2016-08-11 11:45:45 -07:00
|
|
|
/gentest/test.html
|
2016-12-24 02:40:15 -08:00
|
|
|
.buckversion
|
2016-09-22 16:22:34 -07:00
|
|
|
|
|
|
|
# Visual studio code
|
2016-11-17 04:46:31 -08:00
|
|
|
.vscode
|
2016-12-23 08:44:24 -08:00
|
|
|
|
|
|
|
# Xcode
|
|
|
|
## Build generated
|
|
|
|
build/
|
|
|
|
DerivedData/
|
|
|
|
|
|
|
|
## Various settings
|
|
|
|
*.pbxuser
|
|
|
|
!default.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
!default.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
!default.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
!default.perspectivev3
|
|
|
|
xcuserdata/
|
|
|
|
|
|
|
|
## Other
|
|
|
|
*.moved-aside
|
|
|
|
*.xcuserstate
|
|
|
|
|
|
|
|
## Obj-C/Swift specific
|
|
|
|
*.hmap
|
|
|
|
*.ipa
|
|
|
|
*.dSYM.zip
|
|
|
|
*.dSYM
|
|
|
|
|
|
|
|
# CocoaPods
|
|
|
|
#
|
|
|
|
# We recommend against adding the Pods directory to your .gitignore. However
|
|
|
|
# you should judge for yourself, the pros and cons are mentioned at:
|
|
|
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
|
|
|
#
|
|
|
|
Pods/
|
|
|
|
|
|
|
|
# Carthage
|
|
|
|
#
|
|
|
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
|
|
|
# Carthage/Checkouts
|
|
|
|
|
|
|
|
Carthage/Build
|