I want my custom Xcode template to add a .gitignore
file to the project directory (on the filesystem), but I don't want the .gitignore
file to be added to the project, e.g., the Project Navigator, at all. How do I do that?
Asked
Active
Viewed 189 times
2

ma11hew28
- 121,420
- 116
- 450
- 651
-
I'm currently wondering about this too. Did you ever find an answer? – churowa Aug 08 '14 at 21:44
-
As far as I can tell, it's not possible. I tried creating a
for a gitignore, but it's only added if you add a – churowa Aug 08 '14 at 21:51entry to go with it. And if you add something in It automatically gets added to the project. I suppose that's the point.