f7b0202711
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
35 lines
482 B
Plaintext
35 lines
482 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/
|
|
|
|
# Python
|
|
**/__pycache__/
|
|
*.pyc
|