我搜查了我的盒子。我没有全局或本地.gitignore文件。 dir和文件不在.git / info / excludes
中但如果我git status --ignored
我的目录列在那里。即使我更改目录名称,它们仍然在被忽略的项目列表中。
任何想法都会很方便
# On branch master
# Initial commit.
#
# Ignored files:
# (use "git add -f <file>..." to include in what will be committed)
#
# dir1/
# dir2/
nothing to commit (create/copy files and use "git add" to track)
是的,目录1和2中有文件和文件夹
我试过git check-ignore dir1
没有输出
答案 0 :(得分:0)
所以我仍然不知道出了什么问题或问题是什么,但我做了一个git clean
,似乎已经解决了问题。谢谢大家的建议和意见。