我的贡献针对的是Mac上的人,不仅可以适用于从事iOS项目的人(如提到Xcode的问题所暗示的那样),还可以适用于任何类型的项目。
The easy way that I do it is to go into the terminal and run vim .gitignore
and then add the files. Usually you can just copy what you need from one of the templates on GitHub at https://github.com/github/gitignore.
Step 1
While in your project, type the following command
vim .gitignore
"https://i.sstatic.net/g2rbc.gif" alt="在这里输入图像描述"/ >
Step 2
You now have your file open with Vim.
"https://i.sstatic.net/LVrOY.png" alt="在这里输入图像描述"/ >
按 > i
键插入文本。 当您在底部看到 < strong > - INSTER- strong > 时, 您就会看到文件已经准备就绪 。
"https://i.sstatic.net/TJPV6.png" alt="此处输入图像描述"/ >
Step 3 (option 1)
For Objective-C projects, you can copy from https://raw.githubusercontent.com/github/gitignore/master/Objective-C.gitignore and paste it into your .gitignore
file:
"https://i.sstatic.net/yoXdn.png" alt="在这里输入图像描述"/ >
按 < kbd> Esc , 键入 < code>: wq , 并按 < kbd > return 键。 这会保存文件 。
Step 3 (option 2)
Add whatever files apply to your project.
如果您不知道要添加什么, 您搜索引擎中使用的最佳关键字将会包括您的工程类型和文本编辑器。 例如, 如果您使用 < a href=" http:// en.wikipedia. org/ wiki/ Sublime_ Text" rel= “ noreferrer” > Sublime Text a> 您想要添加
*.sublime-workspace
如果您在Cordova 项目 Dreamweaver 中工作,您想要添加吗?
_notes
dwsync.xml