mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
55 lines
492 B
Plaintext
55 lines
492 B
Plaintext
# Maestro
|
|
Auto\ Run\ Docs/
|
|
Work\ Trees/
|
|
community-data/
|
|
.mcp.json
|
|
specs/
|
|
|
|
# Tests
|
|
coverage/
|
|
do-wishlist.sh
|
|
do-housekeeping.sh
|
|
e2e-results/
|
|
playwright-report/
|
|
test-results/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
release/
|
|
src/generated/
|
|
*.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*
|
|
|
|
#VS Code
|
|
.VSCodeCounter
|
|
.qodo |