Skip to content

Commit

Permalink
Merge pull request #2148 from ever-co/tiny-fix
Browse files Browse the repository at this point in the history
remove app.json from .gitignore
  • Loading branch information
evereq authored Feb 1, 2024
2 parents d94805c + 874d262 commit 4d973a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions apps/mobile/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# OSX
#
.DS_Store

# Xcode
#
build/
*.pbxuser
!default.pbxuser
Expand All @@ -23,7 +21,6 @@ DerivedData
ios/.xcode.env.local

# Android/IntelliJ
#
build/
.idea
.gradle
Expand All @@ -32,7 +29,6 @@ local.properties
*.hprof

# node.js
#
node_modules/
npm-debug.log
yarn-error.log
Expand All @@ -44,7 +40,6 @@ buck-out/
!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:
Expand Down Expand Up @@ -90,15 +85,10 @@ web-build/

dist/

# @generated expo-cli sync-647791c5bd841d5c91864afb91c302553d300921
# The following patterns were generated by expo-cli

# OSX
#
.DS_Store

# Xcode
#
build/
*.pbxuser
!default.pbxuser
Expand All @@ -118,7 +108,6 @@ DerivedData
project.xcworkspace

# Android/IntelliJ
#
build/
.idea
.gradle
Expand All @@ -130,7 +119,6 @@ local.properties
!debug.keystore

# node.js
#
node_modules/
npm-debug.log
yarn-error.log
Expand All @@ -148,5 +136,3 @@ yarn-error.log
.expo/
web-build/
dist/
/app.json
# @end expo-cli
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"expo:web": "yarn config:mobile && yarn expo start --web",
"expo:build:detox": "yarn config:mobile && yarn detox build -c ios.sim.expo",
"expo:test:detox": "yarn config:mobile && ./bin/downloadExpoApp.sh && yarn detox test --configuration ios.sim.expo",
"eas:build": "yarn yarn config:mobile && eas build",
"eas:build": "yarn config:mobile && eas build",
"config:mobile": "yarn ts-node ../../.scripts/configure.mobile.ts"
},
"overrides": {
Expand Down

0 comments on commit 4d973a0

Please sign in to comment.