2022-02-15 03:11:21 +08:00
|
|
|
# OSX
|
|
|
|
#
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# XDE
|
|
|
|
.expo/
|
|
|
|
|
|
|
|
# VSCode
|
|
|
|
.vscode/
|
|
|
|
jsconfig.json
|
|
|
|
|
|
|
|
# Xcode
|
|
|
|
#
|
|
|
|
build/
|
|
|
|
*.pbxuser
|
|
|
|
!default.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
!default.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
!default.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
!default.perspectivev3
|
|
|
|
xcuserdata
|
|
|
|
*.xccheckout
|
|
|
|
*.moved-aside
|
|
|
|
DerivedData
|
|
|
|
*.hmap
|
|
|
|
*.ipa
|
|
|
|
*.xcuserstate
|
|
|
|
project.xcworkspace
|
|
|
|
|
|
|
|
# Android/IJ
|
|
|
|
#
|
|
|
|
.classpath
|
|
|
|
.cxx
|
|
|
|
.gradle
|
|
|
|
.idea
|
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
local.properties
|
|
|
|
android.iml
|
|
|
|
|
|
|
|
# Cocoapods
|
|
|
|
#
|
|
|
|
example/ios/Pods
|
|
|
|
|
|
|
|
# node.js
|
|
|
|
#
|
|
|
|
node_modules/
|
|
|
|
npm-debug.log
|
|
|
|
yarn-debug.log
|
|
|
|
yarn-error.log
|
|
|
|
|
|
|
|
# BUCK
|
|
|
|
buck-out/
|
|
|
|
\.buckd/
|
|
|
|
android/app/libs
|
|
|
|
android/keystores/debug.keystore
|
|
|
|
|
|
|
|
# Expo
|
|
|
|
.expo/*
|
|
|
|
|
|
|
|
# generated by bob
|
|
|
|
lib/
|
2022-02-15 04:52:45 +08:00
|
|
|
|
|
|
|
# CocoaPods
|
|
|
|
Pods
|
|
|
|
|
|
|
|
|
|
|
|
###### apple files
|
|
|
|
# General
|
|
|
|
.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
|
|
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
|
|
|
|
# Directories potentially created on remote AFP share
|
|
|
|
.AppleDB
|
|
|
|
.AppleDesktop
|
|
|
|
Network Trash Folder
|
|
|
|
Temporary Items
|
|
|
|
.apdisk
|
|
|
|
|