### see: https://github.com/github/gitignore  # example templates

## place for local-only notes. e.g. *__LOCAL.md, *__LOCAL.txt 
*__LOCAL
*__LOCAL.*

#################
## Apple macOS ##
#################
.DS_Store

## Ignores SourceTree "Iconr" (folder icon) which is really `Icon\r`
## or add 0a 49 63 6e 6e 0d 0d 0a in binhex editor.  The extra 0a brackets the 'Icon\r\r' 
Icon?

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
.build/

# 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/
!Podfile
!Podfile.lock

######################
## Google: Firebase ##
######################
DailyDozen/DailyDozen/GoogleService-Info.plist
GoogleService-Info.plist

#################
## LibreOffice ##
#################
.~lock*

