mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
- Add Discord community badge with logo to README - Persist "Ungrouped" folder collapsed state across sessions via useSettings - Update SessionList tests with new ungroupedCollapsed props - Add community-data/ to .gitignore Claude ID: c7150d1e-52ea-43e1-8bdf-4504bbee752e Maestro ID: b9bc0d08-5be2-4fdf-93cd-5618a8d53b35
44 lines
371 B
Plaintext
44 lines
371 B
Plaintext
# Maestro
|
|
Auto\ Run\ Docs/
|
|
Work\ Trees/
|
|
community-data/
|
|
|
|
# Tests
|
|
coverage/
|
|
do-wishlist.sh
|
|
do-housekeeping.sh
|
|
coverage/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
release/
|
|
*.log
|
|
tmp/
|
|
scratch/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Electron
|
|
out/
|
|
|
|
# Logs
|
|
logs/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|