mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
* Struggles with git * Continued struggles with git stash * Database experiments * Get API v2 implementation working with fetch * WatermelonDB fetch; API v2; RN testing library set up; pods installed * Enable hermes * WatermelonDB working with Jest; code cleanup; install latest inatjs * Experiment with migrations in WatermelonDB * Remove WatermelonDB from project * Continue removing watermelonDB * Add observation schema; remember to remove hermes * Create local realm observations from observations/search fetch * Wrap ObsList test in navigation container; add realm files to gitignore
62 lines
829 B
Plaintext
62 lines
829 B
Plaintext
# OSX
|
|
#
|
|
.DS_Store
|
|
|
|
# Xcode
|
|
#
|
|
build/
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xccheckout
|
|
*.moved-aside
|
|
DerivedData
|
|
*.hmap
|
|
*.ipa
|
|
*.xcuserstate
|
|
|
|
# Android/IntelliJ
|
|
#
|
|
build/
|
|
.idea
|
|
.gradle
|
|
local.properties
|
|
*.iml
|
|
|
|
# node.js
|
|
#
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# BUCK
|
|
buck-out/
|
|
\.buckd/
|
|
*.keystore
|
|
!debug.keystore
|
|
|
|
# fastlane
|
|
#
|
|
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
|
# screenshots whenever they are needed.
|
|
# For more information about the recommended setup visit:
|
|
# https://docs.fastlane.tools/best-practices/source-control/
|
|
|
|
*/fastlane/report.xml
|
|
*/fastlane/Preview.html
|
|
*/fastlane/screenshots
|
|
|
|
# Bundle artifact
|
|
*.jsbundle
|
|
|
|
# CocoaPods
|
|
/ios/Pods/
|
|
|
|
#Realm
|
|
*.realm* |