Skip to content

Commit

Permalink
⚙️ Chore: Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Jun 4, 2024
1 parent c061b4b commit 955b0eb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ project.xcworkspace
.gradle
local.properties
android.iml
.classpath
.cxx
.project
.settings

# Cocoapods
#
Expand All @@ -58,3 +62,20 @@ android/keystores/debug.keystore

# generated by bob
lib/

# Ruby
example/vendor/

# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Expo
.expo/

# Turborepo
.turbo/

0 comments on commit 955b0eb

Please sign in to comment.