Files
openchamber/.gitignore
T
Bohdan Triapitsyn 0449d65921 chore: share the project setup and actions through .openchamber/project.json
Track the worktree setup command, the DevHMR project action and the plans
directory so they follow the repository; screenshots stay ignored.
2026-09-07 17:58:03 +03:00

79 lines
1.0 KiB
Plaintext

# Agent memory
.graymatter/
# Logs
logs
*.log
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
node_modules
dist
dist-ssr
release
# changelog-card tool: cached webfonts + generated cards
scripts/changelog-card/.fonts/
changelog-*.png
*.local
*.tgz
*.vsix
/npm
/tsc
/openchamber@*
local-dev*
.tmp/
/tmp/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.opencode/plans/*
.hive
docs/personal/*
SECURITY_HARDENING_IMPLEMENTATION_PLAN.md
# Build outputs
build/
.gradle/
.*.bun-build
# Built webview assets (generated during build)
src/main/resources/webview/
# IDE
*.iml
*.ipr
*.iws
# Local env
.env
.env.local
# IntelliJ plugin (separate project)
packages/intellij/
# OS
Thumbs.db
# Local runtime state (docker/dev)
data/
workspaces/
*.pid
.worktrees/
# OpenChamber app runtime state (sessions db, screenshots)
.openchamber/screenshots/
# Marks a disposable clone dedicated to unattended maintenance tasks.
.maintenance-clone
test-results/
artifacts/