Skip to content

Commit

Permalink
Update .gitignore (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luuk2016 authored Nov 11, 2022
1 parent b893d50 commit 17de577
Show file tree
Hide file tree
Showing 6 changed files with 816 additions and 46 deletions.
52 changes: 6 additions & 46 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,35 +1,5 @@

# Created by https://www.toptal.com/developers/gitignore/api/xcode,macos,swift,swiftpackagemanager
# Edit at https://www.toptal.com/developers/gitignore?templates=xcode,macos,swift,swiftpackagemanager

### 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
# Created by https://www.toptal.com/developers/gitignore/api/swift,xcode
# Edit at https://www.toptal.com/developers/gitignore?templates=swift,xcode

### Swift ###
# Xcode
Expand Down Expand Up @@ -115,27 +85,17 @@ fastlane/test_output

iOSInjectionProject/

### SwiftPackageManager ###
Packages
xcuserdata
*.xcodeproj


### Xcode ###
# Xcode
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore




## Gcc Patch
/*.gcno
## Xcode 8 and earlier

### Xcode Patch ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcodeproj/project.xcworkspace/
!*.xcworkspace/contents.xcworkspacedata
/*.gcno
**/xcshareddata/WorkspaceSettings.xcsettings

# End of https://www.toptal.com/developers/gitignore/api/xcode,macos,swift,swiftpackagemanager
# End of https://www.toptal.com/developers/gitignore/api/swift,xcode
Loading

0 comments on commit 17de577

Please sign in to comment.