How to create a .gitignore file

I need to add some rules to my .gitignore file. However, I can’t find it in my project folder. Isn’t it created automatically by Xcode? If not, what command allows me to create one?

Leave a Comment