Files
immorechner/.gitignore
2025-11-08 23:44:33 +01:00

97 lines
1.1 KiB
Plaintext

# IntelliJ IDEA / PhpStorm
.idea/
*.iml
*.ipr
*.iws
.idea_modules/
out/
# Claude AI
.claude/
# Composer
/vendor/
composer.phar
# PHP
*.log
*.cache
.phpunit.result.cache
php_errors.log
# Environment files
.env.local
.env.*.local
.env.dev
.env.test
.env.prod
# OS files
.DS_Store
Thumbs.db
desktop.ini
nul
# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~
# Build artifacts
/build/
/dist/
# Cache directories
/cache/
/tmp/
/temp/
# Backup files
*.bak
*.backup
*.old
# Node modules (falls Frontend-Tools verwendet werden)
node_modules/
npm-debug.log
yarn-error.log
# PHPUnit
/phpunit.xml
/.phpunit.cache
# Coverage reports
/coverage/
*.coverage
clover.xml
# Deployment files
/deploy/
*.deploy
# Docker
docker-compose.override.yml
.dockerignore
###> 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 ###
###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###