Update .gitignore

This commit is contained in:
Zhiyuan Zheng 2022-06-07 21:24:19 +02:00
parent 78ad95a9cb
commit ff5aa45a90
1 changed files with 37 additions and 3 deletions

40
.gitignore vendored
View File

@ -5,13 +5,44 @@
coverage/ coverage/
builds/ builds/
# @generated expo-cli sync-28e2ab0e9ece60556eaf932abe52d017ec33db50 # @generated expo-cli sync-e7dcf75f4e856f7b6f3239b3f3a7dd614ee755a8
# The following patterns were generated by expo-cli # The following patterns were generated by expo-cli
# OSX # OSX
#
.DS_Store .DS_Store
# 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/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml
*.hprof
# node.js # node.js
#
node_modules/ node_modules/
npm-debug.log npm-debug.log
yarn-error.log yarn-error.log
@ -25,9 +56,12 @@ buck-out/
# Bundle artifacts # Bundle artifacts
*.jsbundle *.jsbundle
# CocoaPods
/ios/Pods/
# Expo # Expo
.expo/* .expo/
.expo-shared/*
web-build/ web-build/
dist/
# @end expo-cli # @end expo-cli