Convert from git submodule to plain vendored copy. No push access to upstream nodes-app/swift-markdown-engine meant our local fix commit (05c1720) was stranded and unreachable from any remote on fresh clones/CI. Vendoring as plain files folds it into normal repo history instead.
18 lines
233 B
Plaintext
18 lines
233 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Swift Package Manager
|
|
/.build
|
|
/.swiftpm/xcode
|
|
Package.resolved
|
|
|
|
# Xcode
|
|
xcuserdata/
|
|
DerivedData/
|
|
*.xcodeproj/project.xcworkspace/xcuserdata/
|
|
*.xcodeproj/xcuserdata/
|
|
|
|
# Generated documentation
|
|
/docs
|
|
*.doccarchive
|