ignoring any 'bin' directory on a git project

前端 未结 15 1824
暖寄归人
暖寄归人 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:27

    In my case encoding of gitignore file was problematic, check if it is UTF-8

提交回复
热议问题