mirror of
https://github.com/grp06/openclaw-studio.git
synced 2026-08-14 08:52:03 +00:00
72 lines
917 B
Plaintext
72 lines
917 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
/.tmp-vitest/
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
/.worktrees/
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
!.env.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# playwright
|
|
playwright-report
|
|
test-results
|
|
.playwright-home
|
|
/.playwright-cli
|
|
/output/playwright
|
|
|
|
# agent state
|
|
/.agent/*
|
|
!/.agent/PLANS.md
|
|
!/.agent/README.md
|
|
!/.agent/done/
|
|
!/.agent/done/**
|
|
/.agent/done/**/*.md
|
|
/.agent/local
|
|
/.agent/execplan-pending.md
|
|
/.agent/*.local.md
|
|
/.agent/future-plans
|
|
/.openclaw
|
|
/.claude
|
|
|
|
# local issue tracker
|
|
/.beads
|
|
|
|
# bv (beads viewer) local config and caches
|
|
.bv/
|