需要为即将到来的项目设置gitignore,但是当前测试表明它实际上并未忽略未跟踪的文件。
eBGTest是我的git存储库,我要忽略的文件是eBGTest / test
eBGTest / .gitignore
/test/
.test
test
test
test
test
/test
./test
eBGTest/test
test.test
编辑(git状态输出): 未跟踪的文件: (使用“ git add ...”将要提交的内容包括在内)
.gitignore
test
未添加任何更改来提交(使用“ git add”和/或“ git commit -a”)
如上面所见,git没有对其进行跟踪