mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 15:04:42 +00:00
- 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
22 lines
249 B
Plaintext
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
|