1d29c30900
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WPJztrVGbwic2xTG7G9fjM
29 lines
331 B
Plaintext
29 lines
331 B
Plaintext
# Environment
|
|
.env
|
|
|
|
# Grav CMS
|
|
/user/
|
|
!/user/
|
|
!/user/plugins/
|
|
!/user/plugins/cache-on-save/
|
|
user/accounts/
|
|
user/data/
|
|
user/cache/
|
|
|
|
# Claude
|
|
.claude/
|
|
|
|
# Tests
|
|
node_modules/
|
|
test-results/
|
|
playwright-report/
|
|
tests/.auth/
|
|
user/pages/**/ui-test-trip/
|
|
|
|
# travel-memories state
|
|
docs/immich-workflow/*.json
|
|
|
|
# OS
|
|
.DS_Store
|
|
tests/ui/.auth/
|