fridge_bites/.gitignore
2025-06-02 13:34:17 +02:00

33 lines
335 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Composer vendor directory
/vendor/
# ОС/IDE/Editor
.DS_Store
Thumbs.db
# PHPStorm / JetBrains
.idea/
# VSCode
.vscode/
# Cache Composer
composer.phar
# Cache and Logs
*.log
*.cache
# PHPUnit
/phpunit.xml
/phpunit.xml.dist
/test-results/
# Coverage reports
coverage/
# Build artifacts
/build/
# Production config
config.php