cb15c5e0d8
CI / Rust (windows-latest - x86_64-pc-windows-msvc) (push) Waiting to run
CI / Native E2E Tests (push) Blocked by required conditions
CI / Windows Integration Test (push) Blocked by required conditions
CI / Version Sync Check (push) Waiting to run
CI / Rust (push) Waiting to run
CI / Dashboard (push) Waiting to run
CI / Sandbox Package (push) Waiting to run
CI / Rust (macos-latest - aarch64-apple-darwin) (push) Waiting to run
CI / Rust (macos-latest - x86_64-apple-darwin) (push) Waiting to run
CI / Global Install (macos-latest) (push) Blocked by required conditions
CI / Global Install (ubuntu-latest) (push) Blocked by required conditions
CI / Global Install (windows-latest) (push) Blocked by required conditions
Release / Check for new version (push) Waiting to run
Release / Build macOS ARM64 (push) Blocked by required conditions
Release / Build macOS x64 (push) Blocked by required conditions
Release / Build Linux ARM64 (push) Blocked by required conditions
Release / Build Linux musl ARM64 (push) Blocked by required conditions
Release / Build Linux musl x64 (push) Blocked by required conditions
Release / Build Linux x64 (push) Blocked by required conditions
Release / Build Windows x64 (push) Blocked by required conditions
Release / Publish to npm (push) Blocked by required conditions
Release / Publish sandbox package to npm (push) Blocked by required conditions
Release / Create GitHub Release (push) Blocked by required conditions
74 lines
794 B
Plaintext
74 lines
794 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Native binaries (keep the launcher scripts)
|
|
bin/agent-browser-*
|
|
bin/.install-method
|
|
!bin/agent-browser
|
|
!bin/agent-browser.cmd
|
|
|
|
# Rust build artifacts
|
|
cli/target/
|
|
cli/*.o
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Python
|
|
__pycache__/
|
|
|
|
# Test artifacts
|
|
*.png
|
|
*.jpeg
|
|
*.jpg
|
|
*.webm
|
|
test/e2e/.dogfood-output/
|
|
|
|
# Package manager
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*
|
|
!.env.example
|
|
!.env.*.example
|
|
|
|
# Windows debug instance config
|
|
scripts/windows-debug/.instance
|
|
|
|
# opensrc - source code for packages
|
|
opensrc/
|
|
|
|
# Docs site
|
|
docs/node_modules/
|
|
docs/.next/
|
|
docs/out/
|
|
docs/package-lock.json
|
|
|
|
# pnpm
|
|
.pnpm-store/
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# next
|
|
.next/
|
|
out/
|
|
next-env.d.ts
|