diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-31 03:42:57 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-31 03:42:57 -0600 |
commit | aeb5743b80809047ac936bfceffdfd896c274299 (patch) | |
tree | be0be69c2ff5eb649c2567fe91229d2b6662ff74 | |
parent | 72a1d714a539a93a90e864cd725f9b0944068183 (diff) | |
download | etbsa-trackermap-mobile-aeb5743b80809047ac936bfceffdfd896c274299.tar.gz etbsa-trackermap-mobile-aeb5743b80809047ac936bfceffdfd896c274299.tar.bz2 etbsa-trackermap-mobile-aeb5743b80809047ac936bfceffdfd896c274299.zip |
Added **/xcuserdata to .gitignore
-rw-r--r-- | iosApp/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iosApp/.gitignore b/iosApp/.gitignore index ba1ff08..1342544 100644 --- a/iosApp/.gitignore +++ b/iosApp/.gitignore @@ -4,6 +4,7 @@ ## User settings xcuserdata/ +**/xcuserdata/ ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) *.xcscmblueprint |