From 48cdd1271684c441149713009f05c98440f8bbc3 Mon Sep 17 00:00:00 2001 From: LK-Simon Date: Wed, 31 Aug 2022 08:51:22 +0200 Subject: [PATCH] Added unwanted paths to .gitignore Don't want the .dependencies and .derivedData folders to be stored in the repository. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 096be0b..344d502 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,5 @@ iOSInjectionProject/ # MacOS FileSystem *.DS_Store +.dependencies +.derivedData \ No newline at end of file