ignoring any 'bin' directory on a git project

前端 未结 15 1819
暖寄归人
暖寄归人 2020-11-22 16:45

I have a directory structure like this:

.git/
.gitignore
main/
  ...
tools/
  ...
...

Inside main and tools, and any other directory, at an

15条回答
  •  [愿得一人]
    2020-11-22 17:29

    I didn't see it mentioned here, but this appears to be case sensitive. Once I changed to /Bin the files were ignored as expected.

提交回复
热议问题