65 lines
1.1 KiB
Plaintext
65 lines
1.1 KiB
Plaintext
# Build artifacts
|
|
/bin/
|
|
/dist/
|
|
/stage/
|
|
/npm/.stage/
|
|
/reasonix
|
|
/reasonix.exe
|
|
|
|
# Website (Astro) build output
|
|
/site/dist/
|
|
/site/.astro/
|
|
/site/_preview.png
|
|
|
|
# Go test/build scratch
|
|
*.test
|
|
*.out
|
|
*.coverprofile
|
|
coverage.out
|
|
cpu.prof
|
|
mem.prof
|
|
|
|
# Wails desktop artifacts
|
|
/desktop/build/*
|
|
!/desktop/build/appicon.png
|
|
!/desktop/build/appicon.svg
|
|
/desktop/desktop
|
|
/desktop/frontend/dist/*
|
|
!/desktop/frontend/dist/.gitkeep
|
|
/desktop/frontend/sourcemaps/
|
|
/desktop/frontend/wailsjs/
|
|
/desktop/frontend/package.json.md5
|
|
|
|
# Environment / local config (reasonix.example.toml is the shared template)
|
|
.env
|
|
.env.local
|
|
*.local
|
|
/reasonix.toml
|
|
/desktop/.env
|
|
/desktop/reasonix.toml
|
|
|
|
# Node / frontend dependencies and caches
|
|
node_modules/
|
|
.pnpm-store/
|
|
.npm/
|
|
|
|
# Project-local Reasonix state; keep the checked-in review command.
|
|
/.reasonix/*
|
|
!/.reasonix/commands/
|
|
!/.reasonix/commands/review.md
|
|
|
|
# CodeGraph per-project index (rebuilt locally; never committed)
|
|
.codegraph/
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
/site/public/av/
|
|
|
|
benchmarks/context-maintenance-e2e/run/
|
|
|
|
# Local scratch
|
|
temp/
|