Skip to content

Commit

Permalink
un-ignore xcshareddata
Browse files Browse the repository at this point in the history
* Per [this SO](https://stackoverflow.com/questions/53034303/should-xcshareddata-be-checked-into-git-repo-for-xcode-project) it should be comitted.
* Remove `IDEWorkspaceChecks.plist` from root-level `.gitignore`
  • Loading branch information
mdegans committed Jun 19, 2024
1 parent 35f2a46 commit 69e5af3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ examples/server/*.mjs.hpp
!examples/*/*/*.kts
!examples/sycl/*.bat
!examples/sycl/*.sh
!IDEWorkspaceChecks.plist

# Python

Expand Down
1 change: 0 additions & 1 deletion examples/llama.swiftui/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
xcuserdata
xcshareddata

0 comments on commit 69e5af3

Please sign in to comment.