Reorganize .gitignore file

This commit is contained in:
Rafikooo 2024-11-02 11:00:57 +01:00
parent 2a6bb06916
commit 93a34cec89
No known key found for this signature in database
GPG key ID: 4A26D8327BC2442B

67
.gitignore vendored
View file

@ -1,41 +1,48 @@
/public/assets
/public/css
/public/js
/public/media
/public/build
!/public/media/image/.gitkeep
/app/config/parameters.yml
/bin/symfony_requirements
/docs/.doctrees
###> project files ###
/behat.yml
/composer.lock
/docker-compose.override.yml
/phpspec.yml
/public/media
!/public/media/image/.gitkeep
###< project files ###
###> build ###
/etc/build/*
!/etc/build/.gitignore
###< build ###
docker-compose.override.yml
/behat.yml
/phpspec.yml
###> drivers ###
/drivers/
###< drivers ###
# Symfony CLI https://symfony.com/doc/current/setup/symfony_server.html#different-php-settings-per-project
###> configuration ###
/.php-version
/php.ini
###< configuration ###
###> dependencies ###
/node_modules/
/public/bundles/
/vendor/
/var/
###< dependencies ###
###> symfony/framework-bundle ###
/.env.*.local
/.env.local
/.env.local.php
/public/bundles
/var/
/vendor/
.env.*.local
.env.local
.env.local.php
###< symfony/framework-bundle ###
###> symfony/webpack-encore-bundle ###
/public/build/
npm-debug.log
pnpm-lock.yaml
yarn-error.log
yarn.lock
package-lock.json
###< symfony/webpack-encore-bundle ###
###> friendsofphp/php-cs-fixer ###
/.php_cs
/.php_cs.cache
@ -54,13 +61,3 @@ docker-compose.override.yml
/config/jwt/*.pem
!/config/jwt/*-test.pem
###< lexik/jwt-authentication-bundle ###
###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
npm-debug.log
pnpm-lock.yaml
yarn-error.log
yarn.lock
package-lock.json
###< symfony/webpack-encore-bundle ###