Files
chrome-use/.gitignore
T
2026-01-11 10:14:44 -06:00

45 lines
456 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
# Native binaries (keep the launcher scripts)
bin/agent-browser-*
!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
# Test artifacts
*.png
*.jpeg
*.jpg
# Package manager
package-lock.json
yarn.lock
# Environment
.env
.env.local
# opensrc - source code for packages
opensrc/