Where does the .gitignore file belong?

后端 未结 8 905
我寻月下人不归
我寻月下人不归 2020-12-12 08:43

Does the .gitignore file belong in the .git folder structure somewhere or in the main source files?

8条回答
  •  独厮守ぢ
    2020-12-12 09:16

    Also, if you create a new account on Github you will have the option to add .gitignore and it will be setup automatically on the right/standard location of your working place. You don't have to add anything in there at the begin, just alter the contents any time you want.

提交回复
热议问题