da0396788f
CI / test (push) Has been cancelled
vitest occasionally writes its .vite cache to a top-level node_modules/ when invoked from the wrong cwd. The cache landed in 78405b6; remove it and ignore the path so it can't sneak in again. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
39 lines
573 B
Plaintext
39 lines
573 B
Plaintext
###> symfony/framework-bundle ###
|
|
/.env.local
|
|
/.env.local.php
|
|
/.env.*.local
|
|
/config/secrets/prod/prod.decrypt.private.php
|
|
/public/bundles/
|
|
/var/
|
|
/vendor/
|
|
###< symfony/framework-bundle ###
|
|
|
|
###> phpunit/phpunit ###
|
|
/phpunit.xml
|
|
/.phpunit.cache/
|
|
###< phpunit/phpunit ###
|
|
|
|
# PlatformIO build artifacts
|
|
.pio/
|
|
firmware/.pio/
|
|
|
|
# User-uploaded image storage
|
|
storage/images/
|
|
|
|
# macOS / IDE
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Frontend
|
|
/frontend/node_modules/
|
|
/frontend/coverage/
|
|
|
|
# Python
|
|
**/__pycache__/
|
|
*.pyc
|
|
|
|
# Stray vitest .vite cache when run from the wrong cwd
|
|
/node_modules/
|