diff options
| author | Fuwn <[email protected]> | 2025-02-12 03:36:12 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-12 03:36:12 -0800 |
| commit | 67ca1f13c7d0f23c36e97c65666139ba0c3c8e97 (patch) | |
| tree | b38d7c5394b4cb6a4f74831eea3df0801df1ace7 | |
| parent | docs(readme): add automatic refresh information (diff) | |
| download | holobar-67ca1f13c7d0f23c36e97c65666139ba0c3c8e97.tar.xz holobar-67ca1f13c7d0f23c36e97c65666139ba0c3c8e97.zip | |
chore(Git): Ignore xcodebuild artifacts
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,3 @@ -# https://github.com/Aidoku/Aidoku/blob/main/.gitignore - # Xcode *.xcodeproj/* !*.xcodeproj/project.pbxproj @@ -13,6 +11,7 @@ *.xcodeproj/*.xcworkspace/xcshareddata/* !*.xcodeproj/*.xcworkspace/xcshareddata/swiftpm/ +build/ + # Other .DS_Store - |