mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 11:31:46 +00:00
Remove VSCode Swift configurations, update .gitignore for build and test artifacts, and improve clean and test script robustness.
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -51,16 +51,16 @@ GEMINI.md
|
||||
# Go build artifacts (development)
|
||||
cmd/analyze/analyze
|
||||
cmd/status/status
|
||||
/status
|
||||
/analyze
|
||||
mole-analyze
|
||||
# Go binaries
|
||||
bin/analyze-go
|
||||
bin/status-go
|
||||
bin/analyze-darwin-*
|
||||
bin/status-darwin-*
|
||||
|
||||
# Swift / Xcode
|
||||
.build/
|
||||
.swiftpm/
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
||||
DerivedData/
|
||||
*.app
|
||||
# Test artifacts
|
||||
tests/tmp-*/
|
||||
tests/*.tmp
|
||||
tests/*.log
|
||||
|
||||
Reference in New Issue
Block a user