Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bi119aTe5hXk committed Oct 6, 2020
1 parent d9f8fd6 commit 1faeef0
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 30 deletions.
97 changes: 67 additions & 30 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,69 @@

SDWebImage.framework/Headers

SDWebImage.framework/SDWebImage

SDWebImage.framework/Versions/A/Headers/SDImageCache.h

SDWebImage.framework/Versions/A/Headers/SDWebImageCompat.h

SDWebImage.framework/Versions/A/Headers/SDWebImageDecoder.h

SDWebImage.framework/Versions/A/Headers/SDWebImageDownloader.h

SDWebImage.framework/Versions/A/Headers/SDWebImageDownloaderOperation.h

SDWebImage.framework/Versions/A/Headers/SDWebImageManager.h

SDWebImage.framework/Versions/A/Headers/SDWebImageOperation.h

SDWebImage.framework/Versions/A/Headers/SDWebImagePrefetcher.h

SDWebImage.framework/Versions/A/Headers/UIButton+WebCache.h

SDWebImage.framework/Versions/A/Headers/UIImageView+WebCache.h

SDWebImage.framework/Versions/A/SDWebImage

SDWebImage.framework/Versions/Current

bangumi/MBProgressHUD.h

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

### 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

### 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/
DerivedData/
*.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

# End of https://www.toptal.com/developers/gitignore/api/xcode,macos
Binary file not shown.

0 comments on commit 1faeef0

Please sign in to comment.