Skip to content

Commit

Permalink
fix: git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Feb 8, 2025
1 parent 442ab89 commit 3f5f878
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@ node_modules
# iOS files
Pods
Podfile.lock
Package.resolved
Build
xcuserdata
/.build
/Packages
xcuserdata/
DerivedData/
.swiftpm/configuration/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc


# macOS files
.DS_Store
Expand Down Expand Up @@ -59,4 +68,3 @@ captures

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
example-app

0 comments on commit 3f5f878

Please sign in to comment.