Files
AetherForge/.gitignore
AetherForge 9232f4c448 feat: Build Manager, Crucible ops deck, branding, and portable Cloudflare tunnel
Add Build Manager with pin-to-dropper, Crucible multi-node terminal with SSH probe/wake, Command Deck chart balance and pretty stats, AetherForge logo and sacred geometry UI, Field Guide refresh, and LAUNCH.bat Cloudflare MSI + token service install flow.
2026-05-30 22:38:48 -07:00

56 lines
930 B
Plaintext

# Binaries
/bin/
*.exe
!run.bat
# Data (runtime)
/data/*.db
/data/*.db-shm
/data/*.db-wal
/data/builds/
/data/logs/
/data/config.json
/server/data/
# Go
/server/miner-server.exe
/server/miner-server.exe~
# Frontend
/server/web/node_modules/
/server/web/dist/
/server/webroot/
/server/web/test-results/
/server/web/playwright-report/
# IDE / OS
.idea/
.vscode/
*.swp
Thumbs.db
Desktop.ini
# Temp
-p/
*.log
# Accidental empty placeholder (breaks go build if committed)
/server/internal/ollama/main.go
# Broken accidental directory (cmd "..." path expansion)
/server/.../
/fusion-deliverables/
# Prebuilt agent/fusion binaries — compiled on demand, not tracked in git
/agent/crypto-miner-agent
/fusion/crypto-miner-fusion
# Portable USB bundle — track LAUNCH.bat only; runtime output stays local
/usb/*
!/usb/LAUNCH.bat
!/usb/cloudflare/
/usb/cloudflare/*
!/usb/cloudflare/SETUP.txt
*.msi
/cloudflared-windows-amd64.msi