Skip to content

Instantly share code, notes, and snippets.

@Fendo181
Last active January 7, 2018 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fendo181/1662cfb2a523e02c6a8992caf38de7ce to your computer and use it in GitHub Desktop.
Save Fendo181/1662cfb2a523e02c6a8992caf38de7ce to your computer and use it in GitHub Desktop.

よく使う.gitignoreをまとめてみた。

@Fendo181
Copy link
Author

Fendo181 commented Jan 7, 2018

Xcode


# Created by https://www.gitignore.io/api/xcode

### macOS ###
*.DS_Store
.AppleDouble
.LSOverride

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

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

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

# End of https://www.gitignore.io/api/xcode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment