mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
25841ee60d
* Add .context to .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Validate empty source paths to prevent project root inclusion (#1595) Empty/null source entries (e.g. bare `-` in YAML) resolve to the project root, causing extreme memory usage. Add validation to reject them with a clear error message. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
176 B
Plaintext
14 lines
176 B
Plaintext
.DS_Store
|
|
.swiftpm
|
|
/.build
|
|
/Packages
|
|
xcuserdata
|
|
*.xccheckout
|
|
*.xcuserstate
|
|
XcodeGen.xcodeproj
|
|
xcodegen.zip
|
|
xcodegen.artifactbundle.zip
|
|
.vscode/launch.json
|
|
DerivedData
|
|
.context
|