Skip to content

Commit

Permalink
feat: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
birkir committed May 25, 2023
1 parent 0c84189 commit 655b2e5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ node_modules/
npm-debug.log
yarn-error.log

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

# Xcode
#
build/
Expand All @@ -28,7 +38,7 @@ DerivedData
*.ipa
*.xcuserstate
project.xcworkspace

Pods/

# Android/IntelliJ
#
Expand Down

0 comments on commit 655b2e5

Please sign in to comment.