mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-24 11:28:14 +00:00
81 lines
1.2 KiB
Plaintext
81 lines
1.2 KiB
Plaintext
|
# Created by https://www.gitignore.io
|
||
|
|
||
|
### OSX ###
|
||
|
.DS_Store
|
||
|
.AppleDouble
|
||
|
.LSOverride
|
||
|
|
||
|
# Icon must end with two \r
|
||
|
Icon
|
||
|
|
||
|
# Thumbnails
|
||
|
._*
|
||
|
|
||
|
# Files that might appear in the root of a volume
|
||
|
.DocumentRevisions-V100
|
||
|
.fseventsd
|
||
|
.Spotlight-V100
|
||
|
.TemporaryItems
|
||
|
.Trashes
|
||
|
.VolumeIcon.icns
|
||
|
|
||
|
# Directories potentially created on remote AFP share
|
||
|
.AppleDB
|
||
|
.AppleDesktop
|
||
|
Network Trash Folder
|
||
|
Temporary Items
|
||
|
.apdisk
|
||
|
|
||
|
|
||
|
### Xcode ###
|
||
|
build/
|
||
|
*.pbxuser
|
||
|
!default.pbxuser
|
||
|
*.mode1v3
|
||
|
!default.mode1v3
|
||
|
*.mode2v3
|
||
|
!default.mode2v3
|
||
|
*.perspectivev3
|
||
|
!default.perspectivev3
|
||
|
xcuserdata
|
||
|
*.xccheckout
|
||
|
*.moved-aside
|
||
|
DerivedData
|
||
|
*.xcuserstate
|
||
|
|
||
|
|
||
|
### Objective-C ###
|
||
|
# Xcode
|
||
|
#
|
||
|
build/
|
||
|
*.pbxuser
|
||
|
!default.pbxuser
|
||
|
*.mode1v3
|
||
|
!default.mode1v3
|
||
|
*.mode2v3
|
||
|
!default.mode2v3
|
||
|
*.perspectivev3
|
||
|
!default.perspectivev3
|
||
|
xcuserdata
|
||
|
*.xccheckout
|
||
|
*.moved-aside
|
||
|
DerivedData
|
||
|
*.hmap
|
||
|
*.ipa
|
||
|
*.xcuserstate
|
||
|
|
||
|
# CocoaPods
|
||
|
#
|
||
|
# We recommend against adding the Pods directory to your .gitignore. However
|
||
|
# you should judge for yourself, the pros and cons are mentioned at:
|
||
|
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
|
||
|
#
|
||
|
# Pods/
|
||
|
|
||
|
# Carthage
|
||
|
#
|
||
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
||
|
# Carthage/Checkouts
|
||
|
|
||
|
Carthage/Build
|