goose/ui/goose2/.gitignore
Jack Amadeo 482f1962c1
Move goose2 (#8516)
Signed-off-by: Jack Amadeo <jackamadeo@squareup.com>
Co-authored-by: block-open-source[bot] <201011344+block-open-source[bot]@users.noreply.github.com>
Co-authored-by: block-open-source[bot] <1159699+block-open-source[bot]@users.noreply.github.com>
Co-authored-by: Wes <wesbillman@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Toohey <contact@matttoohey.com>
Co-authored-by: tulsi <tulsi@block.xyz>
Co-authored-by: morgmart <98432065+morgmart@users.noreply.github.com>
Co-authored-by: Bradley Axen <baxen@squareup.com>
Co-authored-by: Alex Hancock <alexhancock@block.xyz>
Co-authored-by: Taylor Ho <taylorkmho@gmail.com>
Co-authored-by: Nahiyan Khan <nahiyan.khan@gmail.com>
Co-authored-by: Lifei Zhou <lifei@squareup.com>
2026-04-14 14:39:30 +00:00

48 lines
496 B
Text

# Dependencies
node_modules/
# Build output
dist/
# Rust/Tauri build artifacts
/target/
src-tauri/target/
# Environment files
.env
.env.*
!.env.example
# Editor / IDE
.idea/
.vscode/
*.swp
*.swo
*~
.*.sw?
# OS artifacts
.DS_Store
Thumbs.db
# Scratch / working files
.scratch/
# Playwright artifacts
playwright-report/
test-results/
# App E2E screenshots
tests/app-e2e/screenshots/
# Testing coverage
coverage/
# Logs
*.log
# Hermit (toolchain manager cache)
.hermit/
# Claude
.claude