Код IT
← Каталог

Файл .gitignore — PHP (Composer)

Фрагмент из «Файл .gitignore»: PHP (Composer).

Plain text main.gitignore
/vendor/
composer.phar

/node_modules/     # если фронт в том же репо

.env
.env.*
!.env.example

/storage/*.key
/bootstrap/cache/*
!bootstrap/cache/.gitkeep

.phpunit.result.cache
.php-cs-fixer.cache
/vendor/
composer.phar

/node_modules/     # если фронт в том же репо

.env
.env.*
!.env.example

/storage/*.key
/bootstrap/cache/*
!bootstrap/cache/.gitkeep

.phpunit.result.cache
.php-cs-fixer.cache