我是SourceTree用户。但今天,我在我的Mac上安装了GitHub客户端(以启动GitHub项目)。它在我维持的回购中造成了混乱。
我使用并注册在我的SourceTree应用程序中的所有本地repos现在都将.DS_STORE文件显示为要包含的文件。
发生什么事了?我怎么才能解决呢?
下面是我的用户目录中的.gitignore_global文件:
#####
# OS X temporary files that should never be committed
.DS_Store
*.swp
*.lock
profile
####
# Xcode temporary files that should never be committed
*~.nib
####
# Objective-C/Swift specific
*.hmap
*.ipa
####
# Xcode build files
DerivedData/
build/
Builds/
#####
# Xcode private settings (window sizes, bookmarks, breakpoints, custom executables, smart groups)
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
!default.pbxuser
!default.mode1v3
!default.mode2v3
!default.perspectivev3
####
# Xcode 4
xcuserdata
!xcschemes
# Xcode 4
*.moved-aside
####
# XCode 4 workspaces - more detailed
!xcshareddata
!default.xcworkspace
*.xcworkspacedata
####
# Xcode 5
*.xccheckout
*.xcuserstate
####
# Xcode 7
*.xcscmblueprint
####
# AppCode
.idea/
####
# Other Xcode files
profile
*.hmap
*.ipa
####
# CocoaPods
# Pods/
####
# Carthage
Carthage/Build下面也是我的用户目录中的.hgignore_global文件:
syntax: glob
*~
.DS_StorePS:奇怪的是,这并不会发生在所有的回购(但我们假设75% )
发布于 2017-01-04 19:11:37
问题一出现就消失了.
https://stackoverflow.com/questions/41464024
复制相似问题