### Symfony ###
/vendor/
/var/
/public/bundles/
/config/secrets/*.php
/config/jwt/*.pem

### Symfony - Environment Dateien ###
.env
.env.local
.env.local.php
.env.*.local

### PHP ###
.php_cs.cache
.phpunit.result.cache
/bin/.phpunit
phpunit.xml
composer.phar

### Junie ###
.junie/

### Node / Frontend (usw.) ###
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
/public/build/

### Betriebssystem ###
.DS_Store
Thumbs.db
desktop.ini

### Diverses ###
*.swp
*.bak
/log/*
!/log/.gitkeep
