Add Xcode local metadata to gitignore

This commit is contained in:
Luigy Leon 2023-02-08 07:26:27 -05:00
parent b4f922170c
commit b85316af76
4 changed files with 4 additions and 15 deletions

4
.gitignore vendored
View File

@ -1,2 +1,6 @@
.DS_Store
build/
*.xcuserstate
project.xcworkspace/
xcuserdata/

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>