Skip to content

Instantly share code, notes, and snippets.

@andreyoshev
Created July 12, 2021 19:57
Show Gist options
  • Save andreyoshev/ef3674b11383cab8424b043f02cff712 to your computer and use it in GitHub Desktop.
Save andreyoshev/ef3674b11383cab8424b043f02cff712 to your computer and use it in GitHub Desktop.
.gitignore
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Pods
/Pods
### SwiftPackageManager ###
Packages
.build/
xcuserdata
DerivedData/
### Xcode ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## User settings
xcuserdata/
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
## Gcc Patch
/*.gcno
### Xcode Patch ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
**/xcshareddata/WorkspaceSettings.xcsettings
*.ipa
stories.app.dSYM.zip
fastlane/report.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment