首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >用SourceTree丢失我的SourceTree文件

用SourceTree丢失我的SourceTree文件
EN

Stack Overflow用户
提问于 2017-01-04 12:37:33
回答 1查看 293关注 0票数 1

我是SourceTree用户。但今天,我在我的Mac上安装了GitHub客户端(以启动GitHub项目)。它在我维持的回购中造成了混乱。

我使用并注册在我的SourceTree应用程序中的所有本地repos现在都将.DS_STORE文件显示为要包含的文件。

发生什么事了?我怎么才能解决呢?

下面是我的用户目录中的.gitignore_global文件:

代码语言:javascript
复制
#####
# 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文件:

代码语言:javascript
复制
syntax: glob

*~
.DS_Store

PS:奇怪的是,这并不会发生在所有的回购(但我们假设75% )

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2017-01-04 19:11:37

问题一出现就消失了.

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/41464024

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档