Files
Maestro/.gitignore
Pedram Amini 5d91f34b2f tests pass
2025-12-22 21:22:48 -06:00

50 lines
440 B
Plaintext

# Maestro
Auto\ Run\ Docs/
Work\ Trees/
community-data/
.mcp.json
# Tests
coverage/
do-wishlist.sh
do-housekeeping.sh
e2e-results/
playwright-report/
test-results/
# Dependencies
node_modules/
# Build outputs
dist/
release/
*.log
tmp/
scratch/
# Environment
.env
.env.local
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# ESLint
.eslintcache
# Electron
out/
# Logs
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*