From ed802a007ccc3bbd897c52f9f807b779a4fae962 Mon Sep 17 00:00:00 2001 From: brol1dev Date: Sun, 15 Feb 2026 14:20:26 -0600 Subject: [PATCH] Add basic .gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a088327 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Xcode +build/ +DerivedData/ +*.xcodeproj/project.xcworkspace/xcuserdata/ +*.xcodeproj/xcuserdata/ +xcuserdata/ + +# Swift Package Manager +.build/ +Packages/ + +# CocoaPods +Pods/ + +# OS +.DS_Store