1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 11:31:46 +00:00
Files
Mole/.gitignore
Tw93 e37a0ec090 feat: add one-liner install and fix installation docs
- Add quick-install.ps1 for one-command installation
- Fix installation docs to include 'git checkout windows' step
- Add .gitignore rules for main branch specific files
- Users can now install with: iwr -useb https://...quick-install.ps1 | iex

Addresses installation confusion from Issue #309
2026-01-14 10:42:10 +08:00

22 lines
249 B
Plaintext

# Windows Mole - .gitignore
# Build artifacts
bin/*.exe
# Go build cache
.gocache/
# IDE files
.idea/
.vscode/
*.code-workspace
# Test artifacts
*.test
coverage.out
# Main branch specific files
ANTIGRAVITY.md
CLAUDE.md
windows-readme-update.md