Files
AetherForge/.gitignore
drjones df81eb7744 Add fleet ops dashboard, Calibrate enforcement, and dead-code cleanup.
Ship live alerts, pool status, AI monitor, remote agent commands, build manager, and uninstall flow; wire Calibrate settings (WS ping, pool traffic log, retention limits) at runtime and exclude server/data from git.
2026-05-27 09:16:04 -07:00

34 lines
353 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/
# IDE / OS
.idea/
.vscode/
*.swp
Thumbs.db
Desktop.ini
# Temp
-p/
*.log