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 .
UserInterfaceState.xcuserstate
.gitignore
.
You should put the .gitignore file into the project root directory.