Skip to content

Commit

Permalink
Update .gitignore and .easignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 13, 2024
1 parent 35c7d9c commit f83fe3d
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 168 deletions.
89 changes: 89 additions & 0 deletions .easignore
Original file line number Diff line number Diff line change
@@ -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/
121 changes: 0 additions & 121 deletions mobile/.easignore

This file was deleted.

50 changes: 3 additions & 47 deletions mobile/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
.DS_Store
.DS_Store?
**/.DS_Store
/**/.DS_Store

# Xcode
#
Expand Down Expand Up @@ -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

Expand All @@ -127,7 +83,7 @@ google-services.json

# build
*.apk
**/*.apk
/**/*.apk

android/
ios/
Expand Down

0 comments on commit f83fe3d

Please sign in to comment.