1
0
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:
Tw93
2026-01-03 12:30:26 +08:00
parent 4aef2de0fc
commit 4aab7890c3
3 changed files with 7 additions and 89 deletions

14
.gitignore vendored
View File

@@ -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