Files
pictureFrame/.gitignore
T
2026-05-04 16:59:28 -04:00

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