我正在从源代码树下载一个 Eclipse 项目。.project 和 .classpath 文件未签入。我希望这些签入以成功导入。我没有 gitignore 文件。谁能解释为什么这些文件没有出现?
我还查看了检查这些文件的源计算机,并且文件在那里。在该机器上的 sourcetree 版本中,它不再显示要签入的文件。
My exlude file looks like this:
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
.DS_Store
这似乎也不是这样。
谢谢!