Skip to content

Commit

Permalink
⚙️ Chore: Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Sep 21, 2024
1 parent 693f3fe commit 4c8a426
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,22 @@ project.xcworkspace

# Android/IJ
#
.idea
.gradle
local.properties
android.iml
.classpath
.cxx
.gradle
.idea
.project
.settings
local.properties
android.iml

# Cocoapods
#
example/ios/Pods

# Ruby
example/vendor/

# node.js
#
node_modules/
Expand All @@ -57,15 +60,6 @@ buck-out/
android/app/libs
android/keystores/debug.keystore

# Expo
.expo/*

# generated by bob
lib/

# Ruby
example/vendor/

# Yarn
.yarn/*
!.yarn/patches
Expand All @@ -78,4 +72,13 @@ example/vendor/
.expo/

# Turborepo
.turbo/
.turbo/

# generated by bob
lib/

# React Native Codegen
ios/generated
android/generated

example/ios/.xcode.env.local

0 comments on commit 4c8a426

Please sign in to comment.