mirror of
https://github.com/github/gitignore
synced 2024-12-12 13:16:24 +01:00
d3fc7a9c44
Added explanation for most settings.
48 lines
886 B
Plaintext
48 lines
886 B
Plaintext
## OS X temporary files that should never be committed
|
|
.DS_Store
|
|
*.swp
|
|
*.lock
|
|
profile
|
|
|
|
## Private project folders
|
|
#Graphics/
|
|
#Ideas/
|
|
|
|
### Defaults for Xcode 6
|
|
|
|
## Folders
|
|
build/
|
|
DerivedData/
|
|
|
|
## Xcode private settings (window sizes, bookmarks, breakpoints, custom executables, smart groups)
|
|
*.pbxuser
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.perspectivev3
|
|
!default.pbxuser
|
|
!default.mode1v3
|
|
!default.mode2v3
|
|
!default.perspectivev3
|
|
|
|
### Options (NB: hierarhically dependent)
|
|
## 1- throw away ALL personal settings (including custom schemes!
|
|
xcuserdata
|
|
## 2- get rid of ALL personal settings, but KEEP SOME OF THEM
|
|
#xcuserdata/**/*
|
|
## 3- keep personal schemes
|
|
#!xcuserdata/**/xcschemes/*
|
|
|
|
## Allegedly, if you manually "deprecate" your classes, they get moved here.
|
|
*.moved-aside
|
|
|
|
## Binary file
|
|
*.ipa
|
|
|
|
# Playground states
|
|
*.xctimeline
|
|
|
|
## Unknown settings... Please define
|
|
*.hmap
|
|
*.xccheckout
|
|
*.xcuserstate
|