Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq authored Feb 1, 2024
1 parent 07c9afd commit 874d262
Showing 1 changed file with 0 additions and 14 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

0 comments on commit 874d262

Please sign in to comment.