From f83fe3d1a101e1ae20a6def9b8210aa4aaf352fe Mon Sep 17 00:00:00 2001 From: aelassas Date: Sat, 13 Apr 2024 18:02:28 +0000 Subject: [PATCH] Update .gitignore and .easignore --- .easignore | 89 ++++++++++++++++++++++++++++++++++ mobile/.easignore | 121 ---------------------------------------------- mobile/.gitignore | 50 ++----------------- 3 files changed, 92 insertions(+), 168 deletions(-) create mode 100644 .easignore delete mode 100644 mobile/.easignore diff --git a/.easignore b/.easignore new file mode 100644 index 00000000..4284d381 --- /dev/null +++ b/.easignore @@ -0,0 +1,89 @@ +# OSX +# +.DS_Store +.DS_Store? +/**/.DS_Store + +# Xcode +# +/mobile/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 +# +/mobile/build/ +.idea +.gradle +local.properties +*.iml +*.hprof + +# node.js +# +/**/node_modules/ +npm-debug.log + +# BUCK +/mobile/buck-out/ +\.buckd/ +*.keystore +!debug.keystore + +# Bundle artifacts +*.jsbundle + +# CocoaPods +/mobile/ios/Pods/ + +# misc +!.env +.env.local +.env.development +.env.development.local +.env.test.local +.env.production.local +.env.oraclecloud + +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Expo +.expo/ +web-build/ +dist/ + +!google-services.json +!/**/google-services.json + +!/bookcars-types/index.js +!/bookcars-types/index.d.ts +!/bookcars-helper/index.js +!/bookcars-helper/index.d.ts + +# @end expo-cli + +# yarn +.yarn/ + +# build +/mobile/*.apk +/**/*.apk + +/mobile/android/ +/mobile/ios/ diff --git a/mobile/.easignore b/mobile/.easignore deleted file mode 100644 index 5a44f476..00000000 --- a/mobile/.easignore +++ /dev/null @@ -1,121 +0,0 @@ -# OSX -# -.DS_Store -.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_modules/ -npm-debug.log - -# BUCK -buck-out/ -\.buckd/ -*.keystore -!debug.keystore - -# Bundle artifacts -*.jsbundle - -# CocoaPods -/ios/Pods/ - -# Expo -.expo/ -web-build/ -dist/ - -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# @generated expo-cli sync-e7dcf75f4e856f7b6f3239b3f3a7dd614ee755a8 -# The following patterns were generated by expo-cli - -# 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 - -# BUCK -buck-out/ -\.buckd/ -*.keystore -!debug.keystore - -# Bundle artifacts -*.jsbundle - -# CocoaPods -/ios/Pods/ - -# Expo -.expo/ -web-build/ -dist/ - -# @end expo-cli - -# yarn -.yarn/ - -# build -*.apk -**/*.apk - -android/ -ios/ diff --git a/mobile/.gitignore b/mobile/.gitignore index 10b9d8fc..835e7bf0 100644 --- a/mobile/.gitignore +++ b/mobile/.gitignore @@ -2,7 +2,7 @@ # .DS_Store .DS_Store? -**/.DS_Store +/**/.DS_Store # Xcode # @@ -68,57 +68,13 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -# @generated expo-cli sync-e7dcf75f4e856f7b6f3239b3f3a7dd614ee755a8 -# The following patterns were generated by expo-cli - -# 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 - -# BUCK -buck-out/ -\.buckd/ -*.keystore -!debug.keystore - -# Bundle artifacts -*.jsbundle - -# CocoaPods -/ios/Pods/ - # Expo .expo/ web-build/ dist/ google-services.json -**/google-services.json +/**/google-services.json # @end expo-cli @@ -127,7 +83,7 @@ google-services.json # build *.apk -**/*.apk +/**/*.apk android/ ios/