SuiteCRM-Core/.gitignore
2021-03-30 19:22:36 +01:00

59 lines
899 B
Text

## SuiteCRM 8 ##
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
###> symfony/phpunit-bridge ###
.phpunit
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###
###> ng serve ###
/proxy.conf.local.json
###< ng serve ###
###> friendsofphp/php-cs-fixer ###
/.php_cs
/.php_cs.cache
###< friendsofphp/php-cs-fixer ###
# Symfony Logs
/logs/
!logs/.gitkeep
# Symfony Cache
/cache/
# Dependencies
/node_modules/
# Compiled Output
/public/
# Custom
/extentions/
!extentions/.gitkeep
# Tests
tests/_output/
tests/_support/_generated/
!tests/_output/.gitkeep
!tests/_support/_generated/.gitkeep
# Composer
composer.phar
# htacess
/.htaccess
# SASS
/public/legacy/themes/suite8/css/Dawn/style.css
/public/legacy/themes/suite8/css/Noon/style.css