mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Reorganize .gitignore file
This commit is contained in:
parent
2a6bb06916
commit
93a34cec89
1 changed files with 32 additions and 35 deletions
67
.gitignore
vendored
67
.gitignore
vendored
|
|
@ -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 ###
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue