Files
AetherForge/.gitignore
drjones 9e26c4babb Broad bug hunt: auth flow, WS edge cases, and build hygiene.
Scope API auth to /api/v1, fix dashboard WebSocket 401s, session login in Calibrate, safe agent naming, reconnect races, and remove corrupt ollama/main.go.
2026-05-28 19:53:53 -07:00

37 lines
448 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
# Accidental empty placeholder (breaks go build if committed)
/server/internal/ollama/main.go