1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 23:05:08 +00:00

fix(windows): align source channel and prerelease binaries

Refs #538
This commit is contained in:
Tw93
2026-03-06 08:34:10 +08:00
parent 7c9b420a22
commit d0f627892d
17 changed files with 732 additions and 453 deletions

83
.gitignore vendored
View File

@@ -1,21 +1,86 @@
# Windows Mole - .gitignore
# Build artifacts
bin/*.exe
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Go build cache
.gocache/
# IDE files
# Editor files
*~
*.swp
*.swo
.idea/
.vscode/
*.code-workspace
# Logs
*.log
logs/
# Temporary files
tmp/
temp/
*.tmp
*.temp
# Cache
.cache/
*.cache
.gocache/
.gomod/
# Backup files
*.bak
*.backup
# System files
*.pid
*.lock
# AI / local assistant files
.agents/
.claude/
.gemini/
.kiro/
ANTIGRAVITY.md
AGENTS.md
CLAUDE.md
GEMINI.md
WARP.md
.cursorrules
cmd/AGENTS.md
lib/AGENTS.md
tests/AGENTS.md
# Build artifacts
bin/*.exe
cmd/analyze/*.exe
cmd/status/*.exe
release/
mole-windows.zip
mole-*-x64.zip
mole-*-x64.exe
mole-*-x64.msi
SHA256SUMS.txt
# Test artifacts
*.test
*.out
coverage.out
coverage.html
coverage-go.out
coverage-pester.xml
test-results.xml
tests/tmp-*/
tests/*.tmp
tests/*.log
# Main branch specific files
ANTIGRAVITY.md
CLAUDE.md
# Branch-specific local notes
windows-readme-update.md
mole_guidelines.md
run_tests.ps1
session.json