chore: add .gitignore and untrack Xcode user data

Игнорируются .DS_Store, xcuserdata, DerivedData, сертификаты и .env.
Пользовательские настройки Xcode убраны из индекса — на диске остаются.
This commit is contained in:
2026-08-14 21:22:45 +07:00
parent b641198bee
commit 2a8c3f5ff2
3 changed files with 41 additions and 35 deletions
@@ -1,16 +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>BuildLocationStyle</key>
<string>UseAppPreferences</string>
<key>CompilationCachingSetting</key>
<string>Default</string>
<key>CustomBuildLocationType</key>
<string>RelativeToDerivedData</string>
<key>DerivedDataLocationStyle</key>
<string>Default</string>
<key>ShowSharedSchemesAutomaticallyEnabled</key>
<true/>
</dict>
</plist>