Files
football2801 da0396788f
CI / test (push) Has been cancelled
chore: ignore stray top-level node_modules/ vitest cache
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>
2026-05-06 18:40:22 -04:00

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/