147 lines
2.7 KiB
Plaintext
Executable File
147 lines
2.7 KiB
Plaintext
Executable File
.*
|
|
!.github
|
|
!.gitignore
|
|
!.htaccess
|
|
!.gitkeep
|
|
!.ddev
|
|
!.php-cs-fixer.php
|
|
!.github/ci-files/.my.cnf
|
|
.ddev/mautic-preference
|
|
/.ddev/docker-compose.host-docker-internal.yaml
|
|
!/.ddev/.env.*.dist
|
|
/.ddev/docker-compose.phpmyadmin_norouter.yaml
|
|
!.gitpod.Dockerfile
|
|
!.gitpod.yml
|
|
!.ddev/commands/web/dd
|
|
.php_cs.cache
|
|
/.env.local
|
|
/.env.local.php
|
|
/.env.*.local
|
|
/composer.phar
|
|
/coverage.xml
|
|
/app/bootstrap*
|
|
/app/console
|
|
/app/tests.bootstrap*
|
|
/app/phpunit.xml
|
|
|
|
/var/bootstrap*
|
|
|
|
/app/bundles/CoreBundle/Assets/css/app/less/**/*.css
|
|
/app/bundles/CoreBundle/Assets/pictograms/
|
|
/app/bundles/CoreBundle/Assets/css/libraries/**/*.css
|
|
!/app/bundles/CoreBundle/Assets/css/libraries/builder.css
|
|
!/app/bundles/CoreBundle/Assets/css/*.css
|
|
|
|
/app/cache/*
|
|
!/app/cache/.gitkeep
|
|
/var/cache/*
|
|
!/var/cache/.gitkeep
|
|
|
|
/var/phpstan-cache/*
|
|
|
|
/app/logs/*
|
|
!/app/logs/.gitkeep
|
|
/var/logs/*
|
|
!/var/logs/.gitkeep
|
|
|
|
/app/spool/*
|
|
!/app/spool/.gitkeep
|
|
/var/spool/*
|
|
!/var/spool/.gitkeep
|
|
|
|
/var/tmp/*
|
|
!/var/tmp/.gitkeep
|
|
|
|
/app/config/local*.php
|
|
/app/config/config_local.php
|
|
/app/config/paths_local.php
|
|
/app/config/parameters_defaults.php
|
|
|
|
/config/*
|
|
!/config/.gitkeep
|
|
|
|
/vendor/*
|
|
!/vendor/.htaccess
|
|
|
|
/bin/*
|
|
!/bin/.htaccess
|
|
!/bin/console
|
|
|
|
/assets/ckeditor/build/*
|
|
|
|
/bundles
|
|
/node_modules
|
|
/build/coverage
|
|
/build/packaging
|
|
/build/packages/*
|
|
!/build/packages/.placeholder
|
|
/mockup
|
|
/upgrade
|
|
/upgrade_errors.txt
|
|
|
|
/media/libraries/ckeditor/*
|
|
/media/bundles/*
|
|
/media/dashboards/*
|
|
!/media/dashboards/*.json
|
|
/media/files/*
|
|
!/media/files/.htaccess
|
|
/media/assets/*
|
|
/media/images/*
|
|
!/media/images/flags
|
|
!/media/images/mejs
|
|
!/media/images/apple-touch-icon.png
|
|
!/media/images/avatar.png
|
|
!/media/images/placeholder*
|
|
!/media/images/favicon.ico
|
|
!/media/images/mautic_logo*
|
|
!/media/images/.htaccess
|
|
/media/css/app.css
|
|
/media/css/libraries.css
|
|
/media/css/mediaelementplayer.min.css
|
|
/media/css/modal.min.css
|
|
/media/js/app.js
|
|
/media/js/libraries.js
|
|
/media/js/mautic-form.js
|
|
/media/js/froogaloop.min.js
|
|
/media/js/jquery.min.js
|
|
|
|
/plugins/*
|
|
!/plugins/GrapesJsBuilderBundle
|
|
!/plugins/MauticClearbitBundle
|
|
!/plugins/MauticCloudStorageBundle
|
|
!/plugins/MauticCrmBundle
|
|
!/plugins/MauticDynamicsBundle
|
|
!/plugins/MauticEmailMarketingBundle
|
|
!/plugins/MauticFocusBundle
|
|
!/plugins/MauticFullContactBundle
|
|
!/plugins/MauticGmailBundle
|
|
!/plugins/MauticOutlookBundle
|
|
!/plugins/MauticSocialBundle
|
|
!/plugins/MauticZapierBundle
|
|
!/plugins/MauticTagManagerBundle
|
|
!/plugins/index.html
|
|
!/plugins/.gitkeep
|
|
|
|
tests/**/*.sql
|
|
|
|
/themes/*
|
|
!/themes/aurora
|
|
!/themes/blank
|
|
!/themes/cards
|
|
!/themes/confirmme
|
|
!/themes/fresh-center
|
|
!/themes/fresh-fixed
|
|
!/themes/fresh-left
|
|
!/themes/fresh-wide
|
|
!/themes/goldstar
|
|
!/themes/neopolitan
|
|
!/themes/oxygen
|
|
!/themes/skyline
|
|
!/themes/sparse
|
|
!/themes/sunday
|
|
!/themes/vibrant
|
|
!/themes/blank.png
|
|
!/themes/blank-big.png
|
|
|
|
/translations
|