mirror of
https://github.com/pawelorzech/FastMemos.git
synced 2026-01-30 04:04:31 +00:00
47 lines
554 B
Text
47 lines
554 B
Text
# Xcode
|
|
*.xcodeproj/*
|
|
!*.xcodeproj/project.pbxproj
|
|
!*.xcodeproj/xcshareddata/
|
|
!*.xcworkspace/contents.xcworkspacedata
|
|
/*.gcno
|
|
**/xcshareddata/WorkspaceSettings.xcsettings
|
|
|
|
# Build
|
|
build/
|
|
DerivedData/
|
|
*.moved-aside
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# Dependencies
|
|
Packages/
|
|
.build/
|
|
|
|
# OS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# IDE
|
|
*.swp
|
|
*.lock
|
|
*.xcuserstate
|
|
*.xcuserdatad/
|
|
xcuserdata/
|
|
|
|
# Archives
|
|
*.xcarchive
|
|
|
|
# Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
# Swift Package Manager
|
|
.swiftpm/
|
|
|
|
# Secrets (if any)
|
|
Secrets.swift
|