.gitignore file, where should I put it in my xcode project?

后端 未结 6 2193
无人共我
无人共我 2021-01-29 22:04

I want git to ignore my UserInterfaceState.xcuserstate file in my XCode4 project, but where should I put the .gitignore file?, is it inside the .

6条回答
  •  轮回少年
    2021-01-29 22:31

    typically, its best practice to include the .gitignore file in the project's root directory

提交回复
热议问题