mirror of
https://github.com/jellyfin/jellyfin-server-macos.git
synced 2024-11-23 14:09:41 +00:00
Update .gitignore
This commit is contained in:
parent
157ba311cc
commit
88cf160417
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
# Created by https://www.gitignore.io/api/xcode,swift,macos
|
# Created by https://www.gitignore.io/api/xcode,macos,swift
|
||||||
# Edit at https://www.gitignore.io/?templates=xcode,swift,macos
|
# Edit at https://www.gitignore.io/?templates=xcode,macos,swift
|
||||||
|
|
||||||
### macOS ###
|
### macOS ###
|
||||||
# General
|
# General
|
||||||
@ -71,6 +71,8 @@ playground.xcworkspace
|
|||||||
# Package.pins
|
# Package.pins
|
||||||
# Package.resolved
|
# Package.resolved
|
||||||
.build/
|
.build/
|
||||||
|
# Add this line if you want to avoid checking in Xcode SPM integration.
|
||||||
|
# .swiftpm/xcode
|
||||||
|
|
||||||
# CocoaPods
|
# CocoaPods
|
||||||
# We recommend against adding the Pods directory to your .gitignore. However
|
# We recommend against adding the Pods directory to your .gitignore. However
|
||||||
@ -127,4 +129,4 @@ iOSInjectionProject/
|
|||||||
### Xcode Patch ###
|
### Xcode Patch ###
|
||||||
**/xcshareddata/WorkspaceSettings.xcsettings
|
**/xcshareddata/WorkspaceSettings.xcsettings
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/xcode,swift,macos
|
# End of https://www.gitignore.io/api/xcode,macos,swift
|
Loading…
Reference in New Issue
Block a user