aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Sources/Helpers.swift8
2 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 330d167..4ed8542 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,8 @@
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
+.swiftpm/
+
## User settings
xcuserdata/
diff --git a/Sources/Helpers.swift b/Sources/Helpers.swift
new file mode 100644
index 0000000..26bd024
--- /dev/null
+++ b/Sources/Helpers.swift
@@ -0,0 +1,8 @@
+//
+// File.swift
+//
+//
+// Created by Navan Chauhan on 12/3/23.
+//
+
+import Foundation