Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions IntegraLiveiOS/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Xcode and build artifacts
.DS_Store
*.xcodeproj
!default.xcodeproj
*.xcworkspace
!default.xcworkspace
xcuserdata/
*.xcuserdatad

# Swift Package Manager
.build/
.swiftpm/
Package.resolved

# CocoaPods
Pods/
*.podspec

# Carthage
Carthage/Build

# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

# Build products
build/
DerivedData/

# Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
Packages/
*.xcscmblueprint

# Testing
*.coverage
*.gcno

# OS files
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Temporary files
*.tmp
*.temp
Loading