ignoring any 'bin' directory on a git project

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

    Adding **/bin/ to the .gitignore file did the trick for me (Note: bin folder wasn't added to index).

提交回复
热议问题