mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
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:
4
macos/.gitignore
vendored
4
macos/.gitignore
vendored
@ -3,3 +3,7 @@
|
|||||||
build/
|
build/
|
||||||
xcuserdata/
|
xcuserdata/
|
||||||
DerivedData/
|
DerivedData/
|
||||||
|
|
||||||
|
# xcodebuild.nvim support
|
||||||
|
.nvim/xcodebuild
|
||||||
|
buildServer.json
|
||||||
|
Reference in New Issue
Block a user