diff --git a/.gitignore b/.gitignore index 902c75ab1b..a42a5cc3e2 100644 --- a/.gitignore +++ b/.gitignore @@ -72,4 +72,6 @@ fastlane/test_output Derived *.xcodeproj +Workspace.xcworkspace/ + # End of https://www.gitignore.io/api/swift diff --git a/.mise.toml b/.mise.toml new file mode 100644 index 0000000000..03e0efdf76 --- /dev/null +++ b/.mise.toml @@ -0,0 +1,2 @@ +[tools] +tuist = "4.10.2"