Files
Central/.gitignore

52 lines
805 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 ###
###> lexik/jwt-authentication-bundle ###
/config/jwt/*.pem
###< lexik/jwt-authentication-bundle ###
###> phpunit ###
/phpunit.xml
.phpunit.cache
###< phpunit ###
###> friendsofphp/php-cs-fixer ###
.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###
###> docker ###
infra/dev/.env.docker.local
###< docker ###
###> node ###
frontend/node_modules/
frontend/.nuxt/
frontend/.output/
frontend/dist/
###< node ###
###> ide ###
.idea/
.vscode/
###< ide ###
###> logs ###
LOG/
###< logs ###
###> claude ###
.claude/
###< claude ###
###> phpunit/phpunit ###
/phpunit.xml
/.phpunit.cache/
###< phpunit/phpunit ###