chore: add .gitignore files for xcodebuild.nvim

[xcodebuild.nvim](https://github.com/wojciech-kulik/xcodebuild.nvim) is
a plugin for neovim that allows for development of xcode projects. It
generate some files that need to be ignored.
This commit is contained in:
Peter Cardenas
2024-10-06 23:41:48 -07:00
parent a92c24159e
commit b9ca98b594

4
macos/.gitignore vendored
View File

@ -3,3 +3,7 @@
build/
xcuserdata/
DerivedData/
# xcodebuild.nvim support
.nvim/xcodebuild
buildServer.json