You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
795 B
47 lines
795 B
# IDEA/PhpStorm
|
|
*.iml
|
|
.idea/
|
|
.DS_Store
|
|
.php_cs.cache
|
|
supervisord.log
|
|
supervisord.pid
|
|
/bin/php-cs-fixer/*
|
|
reports/
|
|
.php-cs-fixer.cache
|
|
|
|
###> symfony/framework-bundle ###
|
|
/.env.local
|
|
/.env.local.php
|
|
/.env.*.local
|
|
/config/secrets/prod/prod.decrypt.private.php
|
|
/public/bundles/
|
|
/public/cache/
|
|
/var/
|
|
/vendor/
|
|
/cache/
|
|
###< symfony/framework-bundle ###
|
|
|
|
###> symfony/phpunit-bridge ###
|
|
.phpunit
|
|
.phpunit.result.cache
|
|
/phpunit.xml
|
|
###< symfony/phpunit-bridge ###
|
|
|
|
###> symfony/webpack-encore-bundle ###
|
|
/node_modules/
|
|
/public/build/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
###< symfony/webpack-encore-bundle ###
|
|
|
|
###> liip/imagine-bundle ###
|
|
/public/media/cache/
|
|
###< liip/imagine-bundle ###
|
|
|
|
.env
|
|
/public/media/
|
|
|
|
###> lexik/jwt-authentication-bundle ###
|
|
/config/jwt/*.pem
|
|
###< lexik/jwt-authentication-bundle ###
|