Skip to content

Commit

Permalink
Merge pull request #8 from bcylin/gitignore
Browse files Browse the repository at this point in the history
Add .gitignore
  • Loading branch information
perteraul committed Mar 8, 2019
2 parents 537ec59 + cadba30 commit afb6928
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 252 deletions.
Binary file removed .DS_Store
Binary file not shown.
50 changes: 50 additions & 0 deletions .gitignore
@@ -0,0 +1,50 @@
# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore

# 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

## https://github.com/github/gitignore/blob/master/Global/Xcode.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
Expand Down
Binary file removed CircleBar/.DS_Store
Binary file not shown.
Binary file removed CircleBar/Classes/.DS_Store
Binary file not shown.
Binary file removed Classes/.DS_Store
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file removed Example/CircleBar/.DS_Store
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit afb6928

Please sign in to comment.