我没有.gitignore文件,但dirs和文件被忽略

时间:2017-09-07 09:34:25

标签: git gitignore

我搜查了我的盒子。我没有全局或本地.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没有输出

1 个答案:

答案 0 :(得分:0)

所以我仍然不知道出了什么问题或问题是什么,但我做了一个git clean,似乎已经解决了问题。谢谢大家的建议和意见。