Skip to content

Commit

Permalink
🙈 Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Oct 9, 2023
1 parent 8c550dc commit db0edad
Showing 1 changed file with 62 additions and 4 deletions.
66 changes: 62 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,63 @@
.build
.swiftpm
### OSX ###
.DS_Store
.AppleDouble
.LSOverride

Carthage
xcuserdata
# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Objective-C ###
# Xcode
#
build/
.build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
*.xcodeproj
*.xcworkspace

# CocoaPods
Pods/

# Carthage
Carthage/Build
Carthage/Checkouts

#build output
/outputs

# tuist
Derived
Tuist/Dependencies/*
!Tuist/Dependencies/Lockfiles

# SPM
.swiftpm

0 comments on commit db0edad

Please sign in to comment.