Skip to content

Instantly share code, notes, and snippets.

@superarts
Last active June 27, 2024 14:25
Show Gist options
  • Save superarts/4e90afd63b10cede4c15 to your computer and use it in GitHub Desktop.
Save superarts/4e90afd63b10cede4c15 to your computer and use it in GitHub Desktop.
git ignore
# Xcode
*/build/*
build/
profile
*.moved-aside
DerivedData
.idea/
*.hmap
*.xcuserstate
*.xccheckout
xcuserdata
# Pods
Pods
Pods/*
Podfile.lock
*/Pods
*/Pods/*
*/Podfile.lock
# Cache
.DS_Store
.*.sw*
Thumbs.db
# Temp
*.ipa
tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment