.gitignore /folder vs folder/

前端 未结 3 1374
后悔当初
后悔当初 2021-02-05 18:10

in .gitignore what is the difference between using

/bin

and

bin/

And how would I make it so that it removes a

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-05 18:44

    I tested the cases and also some more ones and here you can review the results:

    EDIT: Corrected according to @Dan Breen's comment below (thanks!)

提交回复
热议问题